SpanningPipeLabelReferenceAlignmentId Property |
Gets or sets the ObjectId of the alignment that this SpanningPipeLabel references.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ObjectId ReferenceAlignmentId { get; set; }Public Property ReferenceAlignmentId As ObjectId
Get
Set
public:
property ObjectId ReferenceAlignmentId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when ReferenceAlignmentId is set to an invalid new value.
|
See Also