AlignmentArcDirectionAtPoint2 Property |
Gets the AlignmentArc's direction at point2.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double DirectionAtPoint2 { get; set; }
Public Property DirectionAtPoint2 As Double
Get
Set
public:
property double DirectionAtPoint2 {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the property gets an invalid value according to the entity's constraint type.
|
See Also