Finds if the target is at the center of a globe.
[Visual Basic .NET] Public Sub GetIsTargetAtCenter ( _ ByRef pIsAtCenter As Boolean, _ ByRef pIndexGlobe As Integer _ )
[C#] public void GetIsTargetAtCenter ( ref bool pIsAtCenter, ref int pIndexGlobe );
[C++]
HRESULT GetIsTargetAtCenter(
VARIANT_BOOL* pIsAtCenter,
long* pIndexGlobe
);
[C++]Parameters
pIsAtCenter [out] pIsAtCenter is a parameter of type VARIANT_BOOL pIndexGlobe [out] pIndexGlobe is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.