Share

BridgeGirder.GirderGroupId Property

Gets the objectId of the bridge girder group which contains this bridge girder.



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

Syntax

C#

public ObjectId GirderGroupId { get; }

VB

Public ReadOnly Property GirderGroupId As ObjectId
	Get

C++

public:
property ObjectId GirderGroupId {
	ObjectId get ();
}

Property Value

ObjectId

Remarks

OBJECTID TYPE:Autodesk.Civil.DatabaseServices.BridgeGirderGroup

See Also

Reference

Was this information helpful?