Share

SurfaceElevationLabel.GetAvailableSurfaceElevationLabelIds Method

Returns an ObjectIdCollection of elevation labels for the specified surface.



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

Syntax

C#

public static ObjectIdCollection GetAvailableSurfaceElevationLabelIds(
	ObjectId surfaceId
)

VB

Public Shared Function GetAvailableSurfaceElevationLabelIds ( 
	surfaceId As ObjectId
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableSurfaceElevationLabelIds(
	ObjectId surfaceId
)

Parameters

surfaceId  ObjectId
ObjectId of the surface where the labels are located.

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when surfaceId is invalid.

See Also

Reference

Was this information helpful?