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.280
Syntax
C#
public ObjectId RefAlignmentId { get; set; }
VB
Public Property RefAlignmentId As ObjectId Get Set
C++
public: property ObjectId RefAlignmentId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the input is not a valid object id of alignment object. |