SpanningPipeLabelAnchorPipeId Property

Get or set the ObjectId of the Pipe on which the label is located.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the newValue is not the ObjectId of a spanned Pipe.
See Also