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