Share

BridgeAbutment.FoundationId Property

Gets the objectId of the foundation for this bridge abutment.



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

Syntax

C#

public ObjectId FoundationId { get; }

VB

Public ReadOnly Property FoundationId As ObjectId
	Get

C++

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

Property Value

ObjectId

Remarks

OBJECTID TYPE:Autodesk.Civil.DatabaseServices.BridgeFoundation

See Also

Reference

Was this information helpful?