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


ISchematicInMemoryFeatureLinkGeometry.FromPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.FromPoint Property

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

[Visual Basic .NET]
Public Function get_FromPoint ( _
    ByVal Layer As ILayer _
) As IPoint
[C#]
public IPoint get_FromPoint (
    ILayer Layer
);
[C++]
HRESULT get_FromPoint(
  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