Pick a polygon from a map, centering on some co-ordinate

Namespace: SynergyClientAPI.Maps
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function PolyFromMap( _ 
ByVal coordinate As Coordinate, _ 
Optional ByVal parent_window As IWin32Window = null _ 
) As DataOperationResponse(Of String)
This language is not supported or no code example is available.
public static DataOperationResponse<string> PolyFromMap( 
Coordinate coordinate
IWin32Window parent_window = null 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<String^>^ PolyFromMap( 
Coordinate^ coordinate
IWin32Window^ parent_window 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

coordinate
Type: Coordinate

parent_window
Type: IWin32Window

an optional parent window for the map pick UI

Return Value

Type: DataOperationResponse<string>

a data operation response, including the Well Known Text (WKT) of the polygon

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1