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