This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureRemovalRule Interface > ISchematicFeatureRemovalRule.RemoveOrphanNodes Property (ArcObjects .NET 10.4 SDK) |
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