BIMCompositionHasComposition Method
 | 
Namespace:  Bricscad.Bim
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public static bool HasComposition(
        string name,
        Database database,
        bool fromPrimaryLibrary
)
 
Public Shared Function HasComposition ( 
        name As String,
        database As Database,
        fromPrimaryLibrary As Boolean
) As Boolean
 
public:
static bool HasComposition(
        String^ name, 
        Database^ database, 
        bool fromPrimaryLibrary
)
 
static member HasComposition : 
        name : string * 
        database : Database * 
        fromPrimaryLibrary : bool -> bool 
 
 
 
Parameters
- name
 
- Type: SystemString
 
- database
 
- Type: Teigha.DatabaseServicesDatabase
 
- fromPrimaryLibrary
 
- Type: SystemBoolean
 
Return Value
Type: 
Boolean 
See Also