Provides access to members that control parameters for exporting geometries to feature class.
Members
| Name | Description | |
|---|---|---|
![]() |
GeometryType | The geometry type. |
![]() |
OutFeatureClassName | The name of output feature class. |
![]() |
OutWorkspace | The output workspace. |
IExportGeometryParameters.GeometryType Property
The geometry type.
Public Property GeometryType As String
public string GeometryType {get; set;}
IExportGeometryParameters.OutFeatureClassName Property
The name of output feature class.
Public Property OutFeatureClassName As String
public string OutFeatureClassName {get; set;}
IExportGeometryParameters.OutWorkspace Property
The output workspace.
Public Property OutWorkspace As IWorkspace
public IWorkspace OutWorkspace {get; set;}
Classes that implement IExportGeometryParameters
| Classes | Description |
|---|---|
| ExportGeometryParameters | An object that controls how geometries in a mosaic dataset are exported. |

