Leadtools.ImageProcessing Namespace > RasterCommandProcessor Class : Commands Property |
public RasterCollection<IRasterCommand> Commands {get;}
'Declaration Public ReadOnly Property Commands As RasterCollection(Of IRasterCommand)
'Usage Dim instance As RasterCommandProcessor Dim value As RasterCollection(Of IRasterCommand) value = instance.Commands
public RasterCollection<IRasterCommand> Commands {get;}
get_Commands();
public: property RasterCollection<IRasterCommand^>^ Commands { RasterCollection<IRasterCommand^>^ get(); }