ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks.LeftRightHint Property

Indicates if relative left or right positions between links is kept as much as possible.

[Visual Basic .NET]
Public Property LeftRightHint As Boolean
[C#]
public bool LeftRightHint {get; set;}
[C++]
HRESULT get_LeftRightHint(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_LeftRightHint(
  VARIANT_BOOL pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL pVal [in]   pVal is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicAlgoPartialOverlappingLinks Interface