Share

NoteLabel.GetAvailableLabelIds Method

Gets an ObjectIdCollection of all NoteLabels in a database.



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	Database database
)

VB

Public Shared Function GetAvailableLabelIds ( 
	database As Database
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	Database^ database
)

Parameters

database  Database
The database where to get the ObjectIdCollection.

Return Value

ObjectIdCollection

See Also

Reference

Was this information helpful?