ArcObjects Library Reference (3DAnalyst)  

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