All Frameworks Class Hierarchy This Framework Indexes
DraftingInterfaces Enumeration CATFormatOrientationsType
enum CATFormatOrientationsType {
FmtLandscapeByDefault,
FmtPortraitByDefault,
FmtPortraitOnly,
FmtLandscapeOnly
}
Orientation type for DrwStdFormats.
-FmtPortraitByDefault: a sheet associated with this format is allowed to have a portrait or a landscape orientation.
any newly created sheet associated with this format will start with a portrait orientation.
-FmtPortraitOnly : a sheet associated with this format is allowed to have only a Portrait orientation.
-FmtLandscapeByDefault: a sheet associated with this format is allowed to have a portrait or a landscape orientation.
any newly created sheet associated with this format will start with a landscape orientation.
-FmtLandscapeOnly : a sheet associated with this format is allowed to have only a landscape orientation.
This object is included in the file: CATFormatOrientationsType.h