Share

BridgeFoundation.AbutmentId Property

Gets the objectId of the abutment above this foundation.



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

Syntax

C#

public ObjectId AbutmentId { get; }

VB

Public ReadOnly Property AbutmentId As ObjectId
	Get

C++

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

Return Value

ObjectId
An ObjectId of an abutment. The ObjectId is Null if the above structure is not an abutment.

Remarks

OBJECTID TYPE:Autodesk.Civil.DatabaseServices.BridgeAbutment

See Also

Reference

Was this information helpful?