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


ISchematicRulesHelper.GetNodePoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRulesHelper Interface > ISchematicRulesHelper.GetNodePoint Method
ArcGIS Developer Help

ISchematicRulesHelper.GetNodePoint Method

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
);
[C++]
Parameters
InMemoryFeatureNode [in]

InMemoryFeatureNode is a parameter of type ISchematicInMemoryFeatureNode*

Product Availability

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

See Also

ISchematicRulesHelper Interface