FloorThickness Property

Gets the thickness of the bottom of the structure.

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

Syntax

C#

public double FloorThickness { get; }

Visual Basic

Public ReadOnly Property FloorThickness As Double
	Get

Visual C++

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

Remarks

This property is for junction structures only.

Exceptions

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

See Also