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