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


ISignposts.SignpostFeatureClassName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISignposts.SignpostFeatureClassName Property

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

Product Availability

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

See Also

ISignposts Interface

.NET Related Topics

How to create a network dataset