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


IExportGeometryParameters.OutFeatureClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportGeometryParameters Interface > IExportGeometryParameters.OutFeatureClassName Property
ArcGIS Developer Help

IExportGeometryParameters.OutFeatureClassName Property

The name of output feature class.

[Visual Basic .NET]
Public Property OutFeatureClassName As String
[C#]
public string OutFeatureClassName {get; set;}
[C++]
HRESULT get_OutFeatureClassName(
  BSTR Path
);
[C++]
HRESULT put_OutFeatureClassName(
  System.String* Path
);
[C++]
Parameters
Path [in]

Path is a parameter of type BSTR Path [out, retval]
Path is a parameter of type BSTR*

Product Availability

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

See Also

IExportGeometryParameters Interface