StructureConeHeight Property

Gets the height of the cone shaped section of the structure.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException The structure's type is not two-tiered junction.
Remarks
This property is for two-tiered junction structures only.
See Also