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


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

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