Creates a new Innovator object.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
[ObsoleteAttribute("The method will be removed from future releases of IOM. Please use getInnovator() method instead.",
false)]
public Innovator newInnovator() |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("The method will be removed from future releases of IOM. Please use getInnovator() method instead.", _
False)> _
Public Function newInnovator As Innovator |
J# |
---|
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM. Please use getInnovator() method instead.", false) */
public Innovator newInnovator() |
JScript |
---|
public function newInnovator() : Innovator |
Return Value
New instance of Innovator.
See Also