AlignmentArcDirectionAtPoint1 Property |
Gets or sets the AlignmentArc's direction at point1.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double DirectionAtPoint1 { get; set; }
Public Property DirectionAtPoint1 As Double
Get
Set
public:
property double DirectionAtPoint1 {
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.
- You attempt to set the property to an invalid value according to the entity's constraint type.
- The set operation is restricted by the entity's constraint type.
|
See Also