Sends request to Innovator server and returns server response as an item.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public Item applyAML(
string AML
) |
Visual Basic (Declaration) |
---|
Public Function applyAML ( _
AML As String _
) As Item |
J# |
---|
public Item applyAML(
String AML
) |
JScript |
---|
public function applyAML(
AML : String
) : Item |
Parameters
- AML
- Type: System..::.String
AML script to be sent to Innovator server.
Return Value
Server response.
Remarks
Exceptions
Exception | Condition |
---|
System.Xml..::.XmlException | There is a load or parse error in the AML. |
See Also