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


IMosaicFunction.DefinitionGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.DefinitionGeometry Property
ArcGIS Developer Help

IMosaicFunction.DefinitionGeometry Property

The definition (spatial selection) geometry on the source catalog.

[Visual Basic .NET]
Public Property DefinitionGeometry As IGeometry
[C#]
public IGeometry DefinitionGeometry {get; set;}
[C++]
HRESULT get_DefinitionGeometry(
  IGeometry** ppGeometry
);
[C++]
HRESULT putref_DefinitionGeometry(
  IGeometry* ppGeometry
);
[C++]
Parameters
ppGeometry [out, retval]

ppGeometry is a parameter of type IGeometry** ppGeometry [in]
ppGeometry is a parameter of type IGeometry*

Product Availability

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

See Also

IMosaicFunction Interface