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


ISignposts.SignpostStreetsTableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISignposts Interface > ISignposts.SignpostStreetsTableName Property
ArcGIS Developer Help

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(
  System.String* 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