ESRI.ArcGIS.ADF
IsGeographic Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > ProjectionEngineCodeRanges Class : IsGeographic Method




wkid
id.
Is id a geographic coordinate.

Syntax

Visual Basic (Declaration) 
Public Shared Function IsGeographic( _
   ByVal wkid As Integer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim wkid As Integer
Dim value As Boolean
 
value = ProjectionEngineCodeRanges.IsGeographic(wkid)
C# 
public static bool IsGeographic( 
   int wkid
)

Parameters

wkid
id.

Return Value

true if IsGeographic, false otherwise.

See Also

© 2010 All Rights Reserved.