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


ISchematicInMemoryFeatureLink.FromNode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLink.FromNode Property

Origin schematic in memory feature node of the schematic in memory feature link.

[Visual Basic .NET]
Public Property FromNode As ISchematicInMemoryFeatureNode
[C#]
public ISchematicInMemoryFeatureNode FromNode {get; set;}
[C++]
HRESULT get_FromNode(
  ISchematicInMemoryFeatureNode** FromNode
);
[C++]
HRESULT putref_FromNode(
  ISchematicInMemoryFeatureNode* FromNode
);
[C++]

Parameters FromNode [out, retval]
FromNode is a parameter of type ISchematicInMemoryFeatureNode FromNode [in]
FromNode is a parameter of type ISchematicInMemoryFeatureNode

Product Availability

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

See Also

ISchematicInMemoryFeatureLink Interface

.NET Snippets

Change An In-Memory Sublink Schematic Feature Origin Node | Change An In-Memory Link Schematic Feature Origin Node