ArcObjects Library Reference (Schematic)  

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(
  VARIANT_BOOL* RemoveOrphanNodes
);
[C++]
HRESULT put_RemoveOrphanNodes(
  VARIANT_BOOL RemoveOrphanNodes
);
[C++]

Parameters

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

Product Availability

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

See Also

ISchematicFeatureRemovalRule Interface