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