Gets or sets the object id of the alignment which this part references.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public ObjectId RefAlignmentId { get; set; } |
| Visual Basic |
|---|
Public Property RefAlignmentId As ObjectId
Get
Set |
| Visual C++ |
|---|
public:
property ObjectId RefAlignmentId {
ObjectId get ();
void set (ObjectId value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the input is not a valid object id of alignment object.
|
See Also