This document is archived and information here might be outdated. Recommended version. |
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*