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


IRedactionInfo.ExcludeGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRedactionInfo Interface > IRedactionInfo.ExcludeGeometry Property
ArcGIS Developer Help

IRedactionInfo.ExcludeGeometry Property

.

[Visual Basic .NET]
Public Property ExcludeGeometry As IGeometry
[C#]
public IGeometry ExcludeGeometry {get; set;}
[C++]
HRESULT get_ExcludeGeometry(
  IGeometry* ppExcludeGeometry
);
[C++]
HRESULT putref_ExcludeGeometry(
  IGeometry** ppExcludeGeometry
);
[C++]
Parameters
ppExcludeGeometry [in]

ppExcludeGeometry is a parameter of type IGeometry* ppExcludeGeometry [out, retval]
ppExcludeGeometry is a parameter of type IGeometry**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRedactionInfo Interface