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


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

ISchematicInMemoryFeatureSubLinkGeometry.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

ISchematicInMemoryFeatureSubLinkGeometry Interface