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,
IPolyline** Polyline
);
[C++]Parameters
InMemoryFeatureLink [in]InMemoryFeatureLink is a parameter of type ISchematicInMemoryFeatureLink
ReverseOrder [in] ReverseOrder is a parameter of type VARIANT_BOOL Polyline [out, retval]Polyline is a parameter of type IPolyline
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.