This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureSubLinkGeometry Interface > ISchematicInMemoryFeatureSubLinkGeometry.ToPoint Property (ArcObjects .NET 10.4 SDK) |
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