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


IGeometricFunctionArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeometricFunctionArguments Interface
ArcGIS Developer Help

IGeometricFunctionArguments Interface

Provides access to members that control geometric function arguments.

Product Availability

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

Members

Name Description
Read/write property AppendGeodataXform Indicates whether the the geodata transformation is appended to the existing one from the input raster.
Read/write property ConstantZ The constant Z value in meters.
Read/write property CorrectGeoid Indicates if Geoid correction is needed.
Read/write property DEM The Digital Elevation Model (DEM) for orthorectification.
Read/write property GeodataXform The geodata transformation.
Read/write property Raster The source raster object.
Read/write property ZFactor The conversion factor from DEM Z unit to meters.
Read/write property ZOffset The Z offset in meters applied to DEM.

Classes that implement IGeometricFunctionArguments

Classes Description
GeometricFunctionArguments A class for raster geometric function arguments.

.NET Samples

Create a Mosaic dataset Create a custom raster type from the ground up for DMCII data Create a custom raster type from the ground up for DMCII data