ElementFactoryDoGetItem Method |
Create a new doGetItem attribute tag
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public IAttribute DoGetItem(
bool value
)
Public Function DoGetItem (
value As Boolean
) As IAttribute
Parameters
- value
- Type: SystemBoolean
Return Value
Type:
IAttributeRemarks doGetItem [Boolean] If 0 then do not perform a final get action on the Item after the server performed that action as defined by the action attribute. Default is 1.
See Also