![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeViewUtil Interface > IGlobeViewUtil.GetViewingFrustrum Method (ArcObjects .NET 10.5 SDK) | 
Get the viewing frustum as a truncated pyramid, a set of eight points in geocentric coordinates.
[Visual Basic .NET] Public Sub GetViewingFrustrum ( _ ByRef pNearBottomLeft As WKSPointZ, _ ByRef pNearBottomRight As WKSPointZ, _ ByRef pNearTopLeft As WKSPointZ, _ ByRef pNearTopRight As WKSPointZ, _ ByRef pFarBottomLeft As WKSPointZ, _ ByRef pFarBottomRight As WKSPointZ, _ ByRef pFarTopLeft As WKSPointZ, _ ByRef pFarTopRight As WKSPointZ _ )
[C#] public void GetViewingFrustrum ( ref WKSPointZ pNearBottomLeft, ref WKSPointZ pNearBottomRight, ref WKSPointZ pNearTopLeft, ref WKSPointZ pNearTopRight, ref WKSPointZ pFarBottomLeft, ref WKSPointZ pFarBottomRight, ref WKSPointZ pFarTopLeft, ref WKSPointZ pFarTopRight );
[C++]
HRESULT GetViewingFrustrum(
  _WKSPointZ* pNearBottomLeft,
  _WKSPointZ* pNearBottomRight,
  _WKSPointZ* pNearTopLeft,
  _WKSPointZ* pNearTopRight,
  _WKSPointZ* pFarBottomLeft,
  _WKSPointZ* pFarBottomRight,
  _WKSPointZ* pFarTopLeft,
  _WKSPointZ* pFarTopRight
);
[C++]
Parameters pNearBottomLeft [out]
pNearBottomLeft is a parameter of type _WKSPointZ pNearBottomRight [out]
pNearBottomRight is a parameter of type _WKSPointZ pNearTopLeft [out]
pNearTopLeft is a parameter of type _WKSPointZ pNearTopRight [out]
pNearTopRight is a parameter of type _WKSPointZ pFarBottomLeft [out]
pFarBottomLeft is a parameter of type _WKSPointZ pFarBottomRight [out]
pFarBottomRight is a parameter of type _WKSPointZ pFarTopLeft [out]
pFarTopLeft is a parameter of type _WKSPointZ pFarTopRight [out]
pFarTopRight is a parameter of type _WKSPointZ