Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Images As RasterCollection(Of RasterImage) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterCollection<RasterImage> Images {get;} |
C++/CLI | |
---|---|
public: property RasterCollection<RasterImage>^ Images { RasterCollection<RasterImage>^ get(); } |
Return Value
The collection of RasterImage objects to run the Commands on.For an example, refer to RasterCommandProcessor.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family