Share

Autodesk.AutoCAD.DatabaseServices.PaperOrientationStates Enumeration

Description

An enum which retrieves the current value of the paper orientation property on an annotative object.

C#

public enum PaperOrientationStates {
  True,
  False,
  NotApplicable
}

Visual Basic

Public Enum PaperOrientationStates
  True
  False
  NotApplicable
End Enum

Members

Members Description
True The object is currently associated with the paper.
False The object is not currently associated with the paper.
NotApplicable There is no paper orientation.

Was this information helpful?