Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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(); }