BridgeFoundationAbutmentId Property |
Gets the objectId of the abutment above this foundation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId AbutmentId { get; }
Public ReadOnly Property AbutmentId As ObjectId
Get
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