BIMProfile(BIMProfile) Constructor
 | 
Initializes a new instance of the 
BIMProfile
class
 
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
 
public BIMProfile(
        BIMProfile toCopy
)
 
Public Sub New ( 
        toCopy As BIMProfile
)
 
public:
BIMProfile(
        BIMProfile^ toCopy
)
 
new : 
        toCopy : BIMProfile -> BIMProfile
 
 
 
Parameters
- toCopy  BIMProfile
 
-  
 
 
See Also