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