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


IRoadSplits.RoadSplitsTableName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRoadSplits.RoadSplitsTableName Property

The name of the table containing the road splits.

[Visual Basic .NET]
Public Property RoadSplitsTableName As String
[C#]
public string RoadSplitsTableName {get; set;}
[C++]
HRESULT get_RoadSplitsTableName(
  BSTR* ClassName
);
[C++]
HRESULT put_RoadSplitsTableName(
  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

IRoadSplits Interface