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


IGPSATimeConfiguration.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSATimeConfiguration.Type Property

Time configuration type of time configuration parameters.

[Visual Basic .NET]
Public ReadOnly Property Type As esriSolarTimeConfigEnum
[C#]
public esriSolarTimeConfigEnum Type {get;}
[C++]
HRESULT get_Type(
  esriSolarTimeConfigEnum* pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriSolarTimeConfigEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSATimeConfiguration Interface