NoteLabelGetAvailableLabelIds Method

Gets an ObjectIdCollection of all NoteLabels in a database.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectIdCollection GetAvailableLabelIds(
	Database database
)

Parameters

database  Database
The database where to get the ObjectIdCollection.

Return Value

ObjectIdCollection
See Also