Share

SlopePatternLine.Grade2 Property

Specifies the second grade values for the component.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double Grade2 { get; set; }

VB

Public Property Grade2 As Double
	Get
	Set

C++

public:
property double Grade2 {
	double get ();
	void set (double value);
}

Property Value

Double

Remarks

Use the Autodesk.Civil.Constant.VerticalGrade to set the vertical grade.

See Also

Reference

Was this information helpful?