This document is archived and information here might be outdated.  Recommended version.


ISceneGraph.SunVector Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SunVector Property
ArcGIS Developer Help

ISceneGraph.SunVector Property

The sun vector.

[Visual Basic .NET]
Public Property SunVector As IVector3D
[C#]
public IVector3D SunVector {get; set;}
[C++]
HRESULT get_SunVector(
  IVector3D** ppSun
);
[C++]
HRESULT put_SunVector(
  IVector3D* ppSun
);
[C++]
Parameters
ppSun [out, retval]

ppSun is a parameter of type IVector3D** ppSun [in]
ppSun is a parameter of type IVector3D*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface