'Declaration
Public Shared Function GetCommandImageInfo( _ ByVal command As DiagramCommand, _ ByRef imageList As NCustomImageList, _ ByRef imageIndex As System.Integer _ ) As System.Boolean
'Usage
Dim command As DiagramCommand Dim imageList As NCustomImageList Dim imageIndex As System.Integer Dim value As System.Boolean value = NDWFR.GetCommandImageInfo(command, imageList, imageIndex)
public static System.bool GetCommandImageInfo( DiagramCommand command, out NCustomImageList imageList, out System.int imageIndex )
Parameters
- command
- imageList
- imageIndex