ArcObjects Library Reference (Schematic)  

ISchematicRulesHelper.AlterNodeOnLink Method

Modify or create a NodeOnLink.

[Visual Basic .NET]
Public Function AlterNodeOnLink ( _
    ByVal InMemoryFeatureClass As ISchematicInMemoryFeatureClass, _
    ByVal Name As String, _
    ByVal Object As IObject, _
    ByVal Geometry As IGeometry, _
    ByVal DataSourceID As Integer, _
    ByVal ObjectSubID As Integer, _
    ByVal RefLinkName As String, _
    ByVal Distance As Double, _
    ByVal AsRatio As Boolean _
) As ISchematicInMemoryFeature
[C#]
public ISchematicInMemoryFeature AlterNodeOnLink (
    ISchematicInMemoryFeatureClass InMemoryFeatureClass,
    string Name,
    IObject Object,
    IGeometry Geometry,
    int DataSourceID,
    int ObjectSubID,
    string RefLinkName,
    double Distance,
    bool AsRatio
);
[C++]
HRESULT AlterNodeOnLink(
  ISchematicInMemoryFeatureClass* InMemoryFeatureClass,
  BSTR Name,
  IObject* Object,
  IGeometry* Geometry,
  long DataSourceID,
  long ObjectSubID,
  BSTR RefLinkName,
  double Distance,
  VARIANT_BOOL AsRatio,
  ISchematicInMemoryFeature** InMemoryFeature
);
[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 RefLinkName [in]   RefLinkName is a parameter of type BSTR Distance [in]   Distance is a parameter of type double AsRatio [in]   AsRatio is a parameter of type VARIANT_BOOL InMemoryFeature [out, retval]

  InMemoryFeature is a parameter of type ISchematicInMemoryFeature

Product Availability

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

See Also

ISchematicRulesHelper Interface