NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Enumerations
Package NXOpen.Options

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  NamespaceDoc
 Provides classes and interfaces for options. More...
 
class  OptionsManager
 Manages options. More...
 

Enumerations

enum  LevelLockedByDefault { False, True }
 Specifies default lock status for the options level. More...
 
enum  LevelType {
  Shipped, Package, Site, Group,
  User
}
 Specifies level type. More...
 
enum  OptionsScope { Part, Session }
 Represents the scope of an option. More...
 
enum  OptionType {
  Int, Real, String, StringList,
  Logical, Utf8string, Utf8stringList, ReorderSelList
}
 Describes type of an option. More...
 

Enumeration Type Documentation

Specifies default lock status for the options level.

Enumerator
False 

Unlocked

True 

Locked

Specifies level type.

Enumerator
Shipped 

Shipped level

Package 

Package level

Site 

Site level

Group 

Group level

User 

User level

Represents the scope of an option.

Enumerator
Part 

Option scope is part

Session 

Option scope is session

Describes type of an option.

Enumerator
Int 

Option value is an integer number

Real 

Option value is a real number

String 

Option value is an ascii string

StringList 

Option value is a list of ascii strings

Logical 

Option value is logical

Utf8string 

Option value is a utf8 string

Utf8stringList 

Option value is a list of utf8 strings

ReorderSelList 

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

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