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




wkid
id.
Is id a projected coordinate.

Syntax

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

Parameters

wkid
id.

Return Value

true if projected, false otherwise.

See Also

© 2010 All Rights Reserved.