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