Gets an ObjectIdCollection of all NoteLabels in a database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public static ObjectIdCollection GetAvailableLabelIds(
Database database
) |
| Visual Basic |
|---|
Public Shared Function GetAvailableLabelIds ( _
database As Database _
) As ObjectIdCollection |
| Visual C++ |
|---|
public:
static ObjectIdCollection^ GetAvailableLabelIds(
Database^ database
) |
Parameters
- database
- Type: Database
The database where to get the ObjectIdCollection.
See Also