[Missing <summary> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValueAsKMLPolygon(System.String,System.Int32,System.String,System.String)"]

Namespace:  CWS.Common.NDXInterface.NDX.GeServices
Assembly:  NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public WSResultContainer GetGEBoundariesByTypeValueAsKMLPolygon(
	string SecurityToken,
	int GeType,
	string GeValue,
	string Color
)
Visual Basic (Declaration)
Public Function GetGEBoundariesByTypeValueAsKMLPolygon ( _
	SecurityToken As String, _
	GeType As Integer, _
	GeValue As String, _
	Color As String _
) As WSResultContainer
Visual C++
public:
virtual WSResultContainer^ GetGEBoundariesByTypeValueAsKMLPolygon(
	String^ SecurityToken, 
	int GeType, 
	String^ GeValue, 
	String^ Color
) sealed

Parameters

SecurityToken
Type: System..::.String

[Missing <param name="SecurityToken"/> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValueAsKMLPolygon(System.String,System.Int32,System.String,System.String)"]

GeType
Type: System..::.Int32

[Missing <param name="GeType"/> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValueAsKMLPolygon(System.String,System.Int32,System.String,System.String)"]

GeValue
Type: System..::.String

[Missing <param name="GeValue"/> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValueAsKMLPolygon(System.String,System.Int32,System.String,System.String)"]

Color
Type: System..::.String

[Missing <param name="Color"/> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValueAsKMLPolygon(System.String,System.Int32,System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValueAsKMLPolygon(System.String,System.Int32,System.String,System.String)"]

Implements

IGeServices..::.GetGEBoundariesByTypeValueAsKMLPolygon(String, Int32, String, String)

See Also