The method that determines how footprint geometry is simplified.
[Visual Basic .NET] Public Property FootprintSimplificationMethod As esriGeometrySimplificationMethod
[C#] public esriGeometrySimplificationMethod FootprintSimplificationMethod {get; set;}
[C++]
HRESULT get_FootprintSimplificationMethod(
esriGeometrySimplificationMethod* pSimplificationMethod
);
[C++]
HRESULT put_FootprintSimplificationMethod(
esriGeometrySimplificationMethod pSimplificationMethod
);
[C++]Parameters
pSimplificationMethod [out, retval]pSimplificationMethod is a parameter of type esriGeometrySimplificationMethod
pSimplificationMethod [in]pSimplificationMethod is a parameter of type esriGeometrySimplificationMethod
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.