Position of the schematic in memory feature node on link.
[Visual Basic .NET] Public Function get_Position ( _ ByVal Layer As ILayer _ ) As IPoint
[C#] public IPoint get_Position ( ILayer Layer );
[C++]
HRESULT get_Position(
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.