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


ISchematicAlgoRelativeMainLine.VerticesHint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoRelativeMainLine Interface > ISchematicAlgoRelativeMainLine.VerticesHint Property
ArcGIS Developer Help

ISchematicAlgoRelativeMainLine.VerticesHint Property

Indicates if the link vertices are used to determine the side and orientation of the branches.

[Visual Basic .NET]
Public Property VerticesHint As Boolean
[C#]
public bool VerticesHint {get; set;}
[C++]
HRESULT get_VerticesHint(
  Boolean* pVal
);
[C++]
HRESULT put_VerticesHint(
  VARIANT_BOOL pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool

Product Availability

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

See Also

ISchematicAlgoRelativeMainLine Interface