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