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 Samples

Implementing extended criteria for some predefined schematic rules (Code Files: ExpandLinks) |