StructureLength Property

Gets the structure length.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public double Length { get; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the structure's bounding shape is not a box.
See Also