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