SpanningPipeLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of the SpanningPipeLabels for the specified Pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId pipeId
)
Public Shared Function GetAvailableLabelIds (
pipeId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId pipeId
)
Parameters
- pipeId ObjectId
- The ObjectId of Pipe.
Return Value
ObjectIdCollection
Exceptions
See Also