This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pIsAtCenter,
System.Int32* pIndexGlobe
);
[C++]
Parameters pIsAtCenter [out]
pIsAtCenter is a parameter of type bool* pIndexGlobe [out]
pIndexGlobe is a parameter of type long*