Share

Pipe.GetPipeLabelIds Method

Gets an ObjectIdCollection of labels on the pipe.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectIdCollection GetPipeLabelIds()

VB

Public Function GetPipeLabelIds As ObjectIdCollection

C++

public:
ObjectIdCollection^ GetPipeLabelIds()

Return Value

ObjectIdCollection

Remarks

The returned ObjectIdCollection including the ObjectIds of PipeLabel and SpanningPipeLabel.

See Also

Reference

Was this information helpful?