Gets the objectId of the abutment above this foundation.

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

Syntax

C#
public ObjectId AbutmentId { get; }
Visual Basic
Public ReadOnly Property AbutmentId As ObjectId
	Get
Visual C++
public:
property ObjectId AbutmentId {
	ObjectId get ();
}

Return Value

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