This is preliminary documentation and is subject to change.
Description
This method allows you to get a procedure by its Id.
Syntax
Procedure = GetProcById( ProcedureId );
|
Input: (Long) ProcedureId |
The Id of a required procedure. |
|
Return: (IMdProcedure) Procedure |
A procedure with a specific Id. |
Note
Since a procedure is also an entity, get a procedure Id cast to the IEntity interface and then use the IEntity::Id property.