SlopePatternLineGrade1 Property |
Specifies the first grade values for the component.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double Grade1 { get; set; }
Public Property Grade1 As Double
Get
Set
public:
property double Grade1 {
double get ();
void set (double value);
}
Property Value
Double
Remarks
Use the Autodesk.Civil.Constant.VerticalGrade to set the vertical grade.
See Also