ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureNodeGeometry.Position Property

Position of the schematic in memory feature node.

[Visual Basic .NET]
Public Property Position As IPoint
[C#]
public IPoint Position {get; set;}
[C++]
HRESULT get_Position(
  IPoint** Point
);
[C++]
HRESULT put_Position(
  IPoint* Point
);
[C++]

Parameters

Point [out, retval]

  Point is a parameter of type IPoint

Point [in]

  Point is a parameter of type IPoint

Product Availability

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

See Also

ISchematicInMemoryFeatureNodeGeometry Interface