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