PartRefAlignmentId Property

Gets or sets the object id of the alignment which this part references.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId RefAlignmentId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the input is not a valid object id of alignment object.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Alignment
See Also