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


IGeometricFunctionArguments Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeometricFunctionArguments Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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.

CoClasses that implement IGeometricFunctionArguments

CoClasses and Classes Description
GeometricFunctionArguments A class for raster geometric function arguments.

.NET Samples

Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType TestDMCIIRasterType) | Create a Mosaic dataset (Code Files: CreateMosaicDataset)

.NET Related Topics

How to create a Geometry function dataset