'Declaration
Public Function GetCommandFromId( _ ByVal id As System.Integer _ ) As NDiagramCommand
'Usage
Dim instance As NDiagramCommandCollection Dim id As System.Integer Dim value As NDiagramCommand value = instance.GetCommandFromId(id)
public NDiagramCommand GetCommandFromId( System.int id )
Parameters
- id