Visual Basic (Declaration) | |
---|---|
Public Sub GetRasterInfo( _ ByVal rasterID As Integer, _ ByVal onCompleted As Action(Of RasterInfo,Exception) _ ) |
C# | |
---|---|
public void GetRasterInfo( int rasterID, Action<RasterInfo,Exception> onCompleted ) |
Parameters
- rasterID
- The raster ID.
- onCompleted
- The method to call when raster information is retrieved.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7