Share

ParcelSegmentLabel.GetAvailableLabelIds Method

Gets the ObjectIdCollection of all ParcelSegmentLabels for a feature.



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId featureId
)

VB

Public Shared Function GetAvailableLabelIds ( 
	featureId As ObjectId
) As ObjectIdCollection

C++

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

Reference

Was this information helpful?