Share

BridgeFoundation.PierId Property

Gets the objectId of the pier above this foundation.



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

Syntax

C#

public ObjectId PierId { get; }

VB

Public ReadOnly Property PierId As ObjectId
	Get

C++

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

Return Value

ObjectId
An ObjectId of a pier. The ObjectId is Null if the above structure is not a pier.

Remarks

OBJECTID TYPE:Autodesk.Civil.DatabaseServices.BridgePier

See Also

Reference

Was this information helpful?