Gets the bridge structure type of this bridge structure. The type may be deck, abutment, foundation, generic object, girder, girder group or pier.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public BridgeStructureType BridgeStructureType { get; }
VB
Public ReadOnly Property BridgeStructureType As BridgeStructureType Get
C++
public: property BridgeStructureType BridgeStructureType { BridgeStructureType get (); }