ArcObjects Library Reference (Schematic)  

ISchematicSpatialQueryRule.RelateConnectedNodes Property

Indicates if the relation must be reported on the origin and end nodes of links when schematic links are returned by the Schematic Spatial Query rule.

[Visual Basic .NET]
Public Property RelateConnectedNodes As Boolean
[C#]
public bool RelateConnectedNodes {get; set;}
[C++]
HRESULT get_RelateConnectedNodes(
  VARIANT_BOOL* RelateConnectedNodes
);
[C++]
HRESULT put_RelateConnectedNodes(
  VARIANT_BOOL RelateConnectedNodes
);
[C++]

Parameters

RelateConnectedNodes [out, retval]   RelateConnectedNodes is a parameter of type VARIANT_BOOL RelateConnectedNodes [in]   RelateConnectedNodes is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface