SetProcedureInfos Method
- Last UpdatedApr 15, 2025
- 1 minute read
Sets a collection of records of Procedure type in the Intelatrac database.
'Declaration
Public Function SetProcedureInfos( _
ByVal procedures As Collection(Of ProcedureInfo), _
ByVal applicationId As Guid, _
ByVal importSupportObjects As Boolean, _
ByVal parentId As Guid, _
ByVal token As String _
) As Collection(Of ErrorInfo)
'Usage
Dim instance As SdkClient
Dim procedures As Collection(Of ProcedureInfo)
Dim applicationId As Guid
Dim importSupportObjects As Boolean
Dim parentId As Guid
Dim token As String
Dim value As Collection(Of ErrorInfo)
value = instance.SetProcedureInfos(procedures, applicationId, importSupportObjects, parentId, token)
public Collection<ErrorInfo> SetProcedureInfos(
Collection<ProcedureInfo> procedures,
Guid applicationId,
bool importSupportObjects,
Guid parentId,
string token
)
public:
Collection<ErrorInfo^>^ SetProcedureInfos(
Collection<ProcedureInfo^>^ procedures,
Guid applicationId,
bool importSupportObjects,
Guid parentId,
String^ token
)
Parameters
- procedures
- A collection of ProcedureInfo objects to be stored in the database.
- applicationId
- The owning application.
- importSupportObjects
- Indicates if supporting objects should be imported
- parentId
- A parent plant
IDof the base to set procedure - token
- A security token retrieved via
AIMserver request
Return Value
A collection of ErrorInfo objects.