Share

Graph.ClearAll Method

Description

Used to clear the flag bit(s) in all the nodes in the graph.

Visual Basic

Public Function ClearAll(
    flags As byte
) As void

C#

public void ClearAll(
    byte flags
);

Parameters

Parameters Description
byte flags Input flag values to clear for all nodes in the graph

Links

Graph Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?