This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportGeometryParameters Interface > IExportGeometryParameters.OutFeatureClassName Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR Path
);
[C++]
Parameters Path [out, retval] Path is a parameter of type BSTR Path [in] Path is a parameter of type BSTR