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