StructureInnerLength Property

Gets the structure inner length.

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

Property Value

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