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