ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLink.SetOrigin Method

Changes the origin schematic in memory feature node and port number of the schematic in memory feature link.

[Visual Basic .NET]
Public Sub SetOrigin ( _
    ByVal FromNode As ISchematicInMemoryFeatureNode, _
    ByVal FromPort As Integer _
)
[C#]
public void SetOrigin (
    ISchematicInMemoryFeatureNode FromNode,
    int FromPort
);
[C++]
HRESULT SetOrigin(
  ISchematicInMemoryFeatureNode* FromNode,
  Long FromPort
);
[C++]

Parameters

FromNode [in]

  FromNode is a parameter of type ISchematicInMemoryFeatureNode

FromPort [in]   FromPort is a parameter of type Long

Product Availability

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

See Also

ISchematicInMemoryFeatureLink Interface