This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SunVector Property (ArcObjects .NET 10.5 SDK) |
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