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


ISchematicRulesHelper.AlterNode 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.AlterNode Method
ArcGIS Developer Help

ISchematicRulesHelper.AlterNode Method

Modify or create a Node.

[Visual Basic .NET]
Public Function AlterNode ( _
    ByVal InMemoryFeatureClass As ISchematicInMemoryFeatureClass, _
    ByVal Name As String, _
    ByVal Object As IObject, _
    ByVal Geometry As IGeometry, _
    ByVal DataSourceID As Integer, _
    ByVal ObjectSubID As Integer _
) As ISchematicInMemoryFeature
[C#]
public ISchematicInMemoryFeature AlterNode (
    ISchematicInMemoryFeatureClass InMemoryFeatureClass,
    string Name,
    IObject Object,
    IGeometry Geometry,
    int DataSourceID,
    int ObjectSubID
);
[C++]
HRESULT AlterNode(
  ISchematicInMemoryFeatureClass* InMemoryFeatureClass,
  BSTR Name,
  IObject* Object,
  IGeometry* Geometry,
  long DataSourceID,
  long ObjectSubID
);
[C++]
Parameters
InMemoryFeatureClass [in]

InMemoryFeatureClass is a parameter of type ISchematicInMemoryFeatureClass* Name [in]
Name is a parameter of type BSTR Object [in]
Object is a parameter of type IObject* Geometry [in]
Geometry is a parameter of type IGeometry* DataSourceID [in]
DataSourceID is a parameter of type long ObjectSubID [in]
ObjectSubID is a parameter of type long

Product Availability

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

See Also

ISchematicRulesHelper Interface