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


IRedactionFunctionArguments.ExcludeGeometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRedactionFunctionArguments.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 [out, retval]
ppExcludeGeometry is a parameter of type IGeometry ppExcludeGeometry [in]
ppExcludeGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IRedactionFunctionArguments Interface