AlignmentArcLength Property |
Gets or sets the AlignmentArc's length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override double Length { set; }
Public Overrides WriteOnly Property Length As Double
Set
public:
virtual property double Length {
void set (double value) override;
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- You attempt to set the property to an invalid constraint type.
- The set operation is restricted by the entity's constraint type.
|
See Also