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