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