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
ObjectIdAn ObjectId of a pier. The ObjectId is Null if the above structure is not a pier.