GeneralSegmentLabelGetAvailableLabelIds Method

Gets the ObjectIdCollection of all GeneralSegmentLabels for a feature.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId featureId
)

Parameters

featureId  ObjectId
The ObjectId of a feature object (Line, Arc, Polyline or Featureline).

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when the featureId is invalid.
Remarks
featureId should be the ObjectId of a Line, Arc, Polyline or Featureline.
See Also