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