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


ISchematicAlgoRelativeMainLine.MainLinesTypeValue Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAlgoRelativeMainLine.MainLinesTypeValue Property

Define the main line type value.

[Visual Basic .NET]
Public Property MainLinesTypeValue As String
[C#]
public string MainLinesTypeValue {get; set;}
[C++]
HRESULT get_MainLinesTypeValue(
  BSTR* Value
);
[C++]
HRESULT put_MainLinesTypeValue(
  BSTR Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type BSTR Value [in] Value is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgoRelativeMainLine Interface