This document is archived and information here might be outdated. Recommended version. |
Calculates Aspect.
[Visual Basic .NET] Public Function Aspect2 ( _ ByVal GeoDataset As IGeoDataset, _ [ByVal aspectMethod As esriGeoAnalysisAspectMethodEnum], _ [ByVal ZMetersPerUnit As Double] _ ) As IGeoDataset
[C#] public IGeoDataset Aspect2 ( IGeoDataset GeoDataset, esriGeoAnalysisAspectMethodEnum aspectMethod, double ZMetersPerUnit );
[C++]
HRESULT Aspect2(
IGeoDataset* GeoDataset,
esriGeoAnalysisAspectMethodEnum aspectMethod,
double ZMetersPerUnit
);
[C++]
Parameters GeoDataset [in]
GeoDataset is a parameter of type IGeoDataset* aspectMethod [in, optional]
aspectMethod is a parameter of type esriGeoAnalysisAspectMethodEnum ZMetersPerUnit [in, optional]
ZMetersPerUnit is a parameter of type double