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