Gets a ObjectIdCollection of all SectionViewOffsetElevationLabels for the specified SectionView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public static ObjectIdCollection GetAvailableLabelIds(
ObjectId sectionViewId
) |
| Visual Basic |
|---|
Public Shared Function GetAvailableLabelIds ( _
sectionViewId As ObjectId _
) As ObjectIdCollection |
| Visual C++ |
|---|
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId sectionViewId
) |
Parameters
- sectionViewId
- Type: ObjectId
The ObjectId of the section view to get the SectionViewOffsetElevationLabels for.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the sectionViewId is invalid.
|
See Also