This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRedactionFunctionArguments Interface > IRedactionFunctionArguments.ExcludeGeometry Property (ArcObjects .NET 10.5 SDK) |
.
[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