AlignmentArcLength Property |
Gets or sets the AlignmentArc's length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
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
Exceptions| Exception | 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