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