Visual Basic (Declaration) | |
---|---|
Public Overloads Function ProjectTaskAsync( _ ByVal graphics As IEnumerable(Of Graphic), _ ByVal outSpatialReference As SpatialReference, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of ProjectionResult) |
C# | |
---|---|
public Task<ProjectionResult> ProjectTaskAsync( IEnumerable<Graphic> graphics, SpatialReference outSpatialReference, CancellationToken cancellationToken ) |
Parameters
- graphics
- The graphics containing the geometry to project.
- outSpatialReference
- The SpatialReference to project to.
- cancellationToken
- The cancellation token.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8