Share

Autodesk.AutoCAD.DatabaseServices.AnnotativeStates Enumeration

Description

This class determines the state of the annotation (whether it exists or not).

C#

public enum AnnotativeStates {
  True,
  False,
  NotApplicable
}

Visual Basic

Public Enum AnnotativeStates
  True
  False
  NotApplicable
End Enum

Members

Members Description
True The state is true.
False The state is false.
NotApplicable The state does not matter.

Was this information helpful?