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