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


IMosaicFunction.DefinitionGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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