Share

ConnectedAlignmentParams.IncomingParentAlignmentId Property

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; set; }

VB

Public Property IncomingParentAlignmentId As ObjectId
	Get
	Set

C++

public:
property ObjectId IncomingParentAlignmentId {
	ObjectId get ();
	void set (ObjectId value);
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?