ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.ToPoint Property

The 'to' point of the schematic in memory feature link geometry.

[Visual Basic .NET]
Public Function get_ToPoint ( _
    ByVal Layer As ILayer _
) As IPoint
[C#]
public IPoint get_ToPoint (
    ILayer Layer
);
[C++]
HRESULT get_ToPoint(
  ILayer* Layer,
  IPoint** Point
);
[C++]

Parameters

Layer [in]

  Layer is a parameter of type ILayer

Point [out, retval]

  Point is a parameter of type IPoint

Product Availability

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

See Also

ISchematicInMemoryFeatureLinkGeometry Interface