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