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


ISchematicSpatialQueryRule.RelateConnectedNodes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicSpatialQueryRule Interface > ISchematicSpatialQueryRule.RelateConnectedNodes Property
ArcGIS Developer Help

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(
  Boolean* RelateConnectedNodes
);
[C++]
HRESULT put_RelateConnectedNodes(
  VARIANT_BOOL RelateConnectedNodes
);
[C++]
Parameters
RelateConnectedNodes [out, retval]

RelateConnectedNodes is a parameter of type bool* RelateConnectedNodes [in]
RelateConnectedNodes is a parameter of type bool

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface