This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicSpatialQueryRule Interface > ISchematicSpatialQueryRule.RelateConnectedNodes Property (ArcObjects .NET 10.5 SDK) |
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