|
ModifierShellmodify Method
|
Modifies the properties of the given element elem if they have been modified in the agent.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic BuilderShell modify(
BuilderShell elem
)
Public Function modify (
elem As BuilderShell
) As BuilderShell
public:
BuilderShell^ modify(
BuilderShell^ elem
)
member modify :
elem : BuilderShell -> BuilderShell
Parameters
- elem
- Type: Karamba.ElementsBuilderShell
Builder to be cloned and modified.
Return Value
Type:
BuilderShellModified shell-element.
See Also