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


IRoadSplits.RoadSplitsTableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRoadSplits Interface > IRoadSplits.RoadSplitsTableName Property
ArcGIS Developer Help

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