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


ITinSurface.SunPosition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinSurface.SunPosition Property

The vector indicating the direction of the light source relative to the scene.

[Visual Basic .NET]
Public Property SunPosition As WKSPointZ
[C#]
public WKSPointZ SunPosition {get; set;}
[C++]
HRESULT get_SunPosition(
  _WKSPointZ* pPosition
);
[C++]
HRESULT put_SunPosition(
  _WKSPointZ* pPosition
);
[C++]

Parameters pPosition [out, retval]
pPosition is a parameter of type _WKSPointZ pPosition [in]
pPosition is a parameter of type _WKSPointZ

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinSurface Interface