BIMClassificationGetAllUnclassified Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public static ObjectIdCollection GetAllUnclassified(
Database database
)
Public Shared Function GetAllUnclassified (
database As Database
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAllUnclassified(
Database^ database
)
static member GetAllUnclassified :
database : Database -> ObjectIdCollection
Parameters
- database Database
-
Return Value
ObjectIdCollection
See Also