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


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

ISchematicFeatureRemovalRule.RemoveOrphanNodes Property

Indicates if the orphan nodes must be removed.

[Visual Basic .NET]
Public Property RemoveOrphanNodes As Boolean
[C#]
public bool RemoveOrphanNodes {get; set;}
[C++]
HRESULT get_RemoveOrphanNodes(
  Boolean* RemoveOrphanNodes
);
[C++]
HRESULT put_RemoveOrphanNodes(
  VARIANT_BOOL RemoveOrphanNodes
);
[C++]
Parameters
RemoveOrphanNodes [out, retval]

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

Product Availability

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

See Also

ISchematicFeatureRemovalRule Interface