This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISignposts Interface > ISignposts.SignpostFeatureClassName Property (ArcObjects .NET 10.4 SDK) |
The name of the feature class containing the signposts.
[Visual Basic .NET] Public Property SignpostFeatureClassName As String
[C#] public string SignpostFeatureClassName {get; set;}
[C++]
HRESULT get_SignpostFeatureClassName(
BSTR* ClassName
);
[C++]
HRESULT put_SignpostFeatureClassName(
BSTR ClassName
);
[C++]
Parameters ClassName [out, retval] ClassName is a parameter of type BSTR ClassName [in] ClassName is a parameter of type BSTR