|
This is preliminary documentation and is subject to change.
This method allows you to delete a procedure specified by its Id.
DeleteProcedureById( ProcedureId );
Input: (Long) ProcedureId |
An Id of procedure for delete. |
Since this procedure is also an entity, to get a procedure Id cast to the ICimEntity interface and then use the ICimEntity::Id property.
|