Gets the ObjectId of the incoming parent alignment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId IncomingParentAlignmentId { get; }
VB
Public ReadOnly Property IncomingParentAlignmentId As ObjectId Get
C++
public: property ObjectId IncomingParentAlignmentId { ObjectId get (); }