IncomingParentAlignmentId Property

Gets the ObjectId of the incoming parent alignment.

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

Syntax

C#

public ObjectId IncomingParentAlignmentId { get; }

Visual Basic

Public ReadOnly Property IncomingParentAlignmentId As ObjectId
	Get

Visual C++

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

See Also