[Missing <summary> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.IGeServices.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#
WSResultContainer GetGEBoundariesByTypeValueAsKMLPolygon(
	string SecurityToken,
	int GeType,
	string GeValue,
	string Color
)
Visual Basic (Declaration)
Function GetGEBoundariesByTypeValueAsKMLPolygon ( _
	SecurityToken As String, _
	GeType As Integer, _
	GeValue As String, _
	Color As String _
) As WSResultContainer
Visual C++
WSResultContainer^ GetGEBoundariesByTypeValueAsKMLPolygon(
	String^ SecurityToken, 
	int GeType, 
	String^ GeValue, 
	String^ Color
)

Parameters

SecurityToken
Type: System..::.String

[Missing <param name="SecurityToken"/> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.IGeServices.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.IGeServices.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.IGeServices.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.IGeServices.GetGEBoundariesByTypeValueAsKMLPolygon(System.String,System.Int32,System.String,System.String)"]

Return Value

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

See Also