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