ProfileParabolaSymmetricGradeAtThroughPoint1 Property |
Gets or sets the grade value of the first pass-through point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double GradeAtThroughPoint1 { get; set; }Public Property GradeAtThroughPoint1 As Double
Get
Set
public:
property double GradeAtThroughPoint1 {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the property is set to an invalid value according to the entity's context.
|
| InvalidOperationException |
Thrown when the property is readonly according to the entity's constraint.
|
See Also