Share

Autodesk.AutoCAD.DatabaseServices.PaperOrientationStates Enumeration

Description

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

Visual Basic

Public Enum PaperOrientationStates
  True
  False
  NotApplicable
End Enum

C#

public enum PaperOrientationStates {
  True,
  False,
  NotApplicable
}

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?