|
ShellLayer Constructor (ShellLayer)
|
Initializes a new instance of the
ShellLayer class.
make deep clone of layer.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ShellLayer(
ShellLayer other
)
Public Sub New (
other As ShellLayer
)
public:
ShellLayer(
ShellLayer^ other
)
new :
other : ShellLayer -> ShellLayer
Parameters
- other
- Type: Karamba.CrossSectionsShellLayer
layer to be cloned.
See Also