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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double ConeHeight { get; }
Visual Basic
Public ReadOnly Property ConeHeight As Double
	Get
Visual C++
public:
property double ConeHeight {
	double get ();
}

Remarks

This property is for two-tiered junction structures only.

Exceptions

ExceptionCondition
System..::..InvalidOperationException The structure's type is not two-tiered junction.

See Also