Returns an ObjectIdCollection of elevation labels for the specified surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public static ObjectIdCollection GetAvailableSurfaceElevationLabelIds(
ObjectId surfaceId
) |
| Visual Basic |
|---|
Public Shared Function GetAvailableSurfaceElevationLabelIds ( _
surfaceId As ObjectId _
) As ObjectIdCollection |
| Visual C++ |
|---|
public:
static ObjectIdCollection^ GetAvailableSurfaceElevationLabelIds(
ObjectId surfaceId
) |
Parameters
- surfaceId
- Type: ObjectId
ObjectId of the surface where the labels are located.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when surfaceId is invalid.
|
See Also