Note: This API is now obsolete.
Creates a new Innovator object.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntax[ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM. Please use getInnovator() method instead.",
true)]
public Innovator newInnovator()
<ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM. Please use getInnovator() method instead.",
true)>
Public Function newInnovator As Innovator
/** @attribute ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM. Please use getInnovator() method instead.",
true) */
public Innovator newInnovator()
public function newInnovator() : Innovator
Return Value
Type:
InnovatorNew instance of Innovator.
See Also