Gets the depth.
Namespace:
Aspose.CAD.FileFormats.Ifc
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public int Depth { get; }
Public ReadOnly Property Depth As Integer
Get
public:
property int Depth {
int get ();
}
member Depth : int with get
Property Value
Type:
Int32
The depth.
See Also