BIMPropertySet(BIMPropertySet) Constructor
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
25.1.5.0
Syntax
public BIMPropertySet(
BIMPropertySet toCopy
)
Public Sub New (
toCopy As BIMPropertySet
)
public:
BIMPropertySet(
BIMPropertySet^ toCopy
)
new :
toCopy : BIMPropertySet -> BIMPropertySet
Parameters
- toCopy BIMPropertySet
-
See Also