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