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


ITinSurface.SunPosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSurface Interface > ITinSurface.SunPosition Property
ArcGIS Developer Help

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 [in]

pPosition is a parameter of type WKSPointZ* pPosition [out, retval]
pPosition is a parameter of type WKSPointZ*

Product Availability

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

See Also

ITinSurface Interface