Obtains the position of the input schematic node.
[Visual Basic .NET] Public Function GetNodePoint ( _ ByVal InMemoryFeatureNode As ISchematicInMemoryFeatureNode _ ) As IPoint
[C#] public IPoint GetNodePoint ( ISchematicInMemoryFeatureNode InMemoryFeatureNode );
[C++]
HRESULT GetNodePoint(
ISchematicInMemoryFeatureNode* InMemoryFeatureNode,
IPoint** Point
);
[C++]Parameters
InMemoryFeatureNode [in]InMemoryFeatureNode is a parameter of type ISchematicInMemoryFeatureNode
Point [out, retval]Point is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.