This document is archived and information here might be outdated. Recommended version. |
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*