NX Open C++ Reference Guide
Classes | Enumerations
NXOpen::Options Namespace Reference

Provides classes and interfaces for options. More...

Classes

class  ChangeList
 Records changes to option values at the specified level. More...
 
class  DraftingStandardChangeList
 Records changes to option values at the specified level. More...
 
class  OptionsManager
 Manages options. More...
 

Enumerations

enum  LevelLockedByDefault { LevelLockedByDefaultFalse, LevelLockedByDefaultTrue }
 Specifies default lock status for the options level. More...
 
enum  LevelType {
  LevelTypeShipped, LevelTypePackage, LevelTypeSite, LevelTypeGroup,
  LevelTypeUser
}
 Specifies level type. More...
 
enum  OptionsScope { OptionsScopePart, OptionsScopeSession }
 Represents the scope of an option. More...
 
enum  OptionType {
  OptionTypeInt, OptionTypeReal, OptionTypeString, OptionTypeStringList,
  OptionTypeLogical, OptionTypeUtf8string, OptionTypeUtf8stringList, OptionTypeReorderSelList
}
 Describes type of an option. More...
 

Detailed Description

Provides classes and interfaces for options.

Enumeration Type Documentation

Specifies default lock status for the options level.

Enumerator
LevelLockedByDefaultFalse 

Unlocked.

LevelLockedByDefaultTrue 

Locked.

Specifies level type.

Enumerator
LevelTypeShipped 

Shipped level.

LevelTypePackage 

Package level.

LevelTypeSite 

Site level.

LevelTypeGroup 

Group level.

LevelTypeUser 

User level.

Represents the scope of an option.

Enumerator
OptionsScopePart 

Option scope is part.

OptionsScopeSession 

Option scope is session.

Describes type of an option.

Enumerator
OptionTypeInt 

Option value is an integer number.

OptionTypeReal 

Option value is a real number.

OptionTypeString 

Option value is an ascii string.

OptionTypeStringList 

Option value is a list of ascii strings.

OptionTypeLogical 

Option value is logical.

OptionTypeUtf8string 

Option value is a utf8 string.

OptionTypeUtf8stringList 

Option value is a list of utf8 strings.

OptionTypeReorderSelList 

Option value is a list which can be selected and re-ordered.

Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.