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