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


ISignposts.SignpostStreetsTableName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISignposts.SignpostStreetsTableName Property

The name of the indexed table of signpost street references.

[Visual Basic .NET]
Public Property SignpostStreetsTableName As String
[C#]
public string SignpostStreetsTableName {get; set;}
[C++]
HRESULT get_SignpostStreetsTableName(
  BSTR* TableName
);
[C++]
HRESULT put_SignpostStreetsTableName(
  BSTR TableName
);
[C++]

Parameters TableName [out, retval] TableName is a parameter of type BSTR TableName [in] TableName 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