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


ISchematicRulesHelper.GetLinkPoints Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRulesHelper.GetLinkPoints Method

Obtains the vertices of the input schematic link.

[Visual Basic .NET]
Public Function GetLinkPoints ( _
    ByVal InMemoryFeatureLink As ISchematicInMemoryFeatureLink, _
    ByVal ReverseOrder As Boolean _
) As IPolyline
[C#]
public IPolyline GetLinkPoints (
    ISchematicInMemoryFeatureLink InMemoryFeatureLink,
    bool ReverseOrder
);
[C++]
HRESULT GetLinkPoints(
  ISchematicInMemoryFeatureLink* InMemoryFeatureLink,
  VARIANT_BOOL ReverseOrder
);
[C++]

Parameters InMemoryFeatureLink [in]
InMemoryFeatureLink is a parameter of type ISchematicInMemoryFeatureLink* ReverseOrder [in]
ReverseOrder is a parameter of type bool

Product Availability

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

See Also

ISchematicRulesHelper Interface