ParcelSegmentLabelGetAvailableLabelIds Method

Gets the ObjectIdCollection of all ParcelSegmentLabels 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 ParcelSegment.

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