BIMClassificationGetAllClassified Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static ObjectIdCollection GetAllClassified(
Database database
)
Public Shared Function GetAllClassified (
database As Database
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAllClassified(
Database^ database
)
static member GetAllClassified :
database : Database -> ObjectIdCollection
Parameters
- database
- Type: Teigha.DatabaseServicesDatabase
Return Value
Type:
ObjectIdCollection
See Also