This document is archived and information here might be outdated. Recommended version. |
The kind of the pyramid as defined by the type of filter it uses to thin points.
[Visual Basic .NET] Public Property PyramidType As esriTerrainPyramidType
[C#] public esriTerrainPyramidType PyramidType {get; set;}
[C++]
HRESULT get_PyramidType(
esriTerrainPyramidType pType
);
[C++]
HRESULT put_PyramidType(
esriTerrainPyramidType* pType
);
[C++] Parameters pType [in]
pType is a parameter of type esriTerrainPyramidType pType [out, retval]
pType is a parameter of type esriTerrainPyramidType*