FrameHeight Property

Gets the height of the structure’s frame.

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

Syntax

C#

public double FrameHeight { get; }

Visual Basic

Public ReadOnly Property FrameHeight As Double
	Get

Visual C++

public:
property double FrameHeight {
	double get ();
}

Remarks

This property is for junction structures only.

Exceptions

ExceptionCondition
System.InvalidOperationException The structure's type is not junction.

See Also