NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.DataReaderOptionEnum Class Reference

Specialization of a NXOpen.CAE.DataReaderOptionBase to handle enumerated values. More...

Inheritance diagram for NXOpen.CAE.DataReaderOptionEnum:
NXOpen.CAE.DataReaderOptionBase NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe string GetChoiceByIndex (int choiceIndex)
 Returns the choice with the specified index. More...
 

Properties

unsafe string DefaultValue [get]
 Returns the default selection for the option More...
 
unsafe int NumChoices [get]
 Returns the number of choices in the enumeration More...
 
unsafe string Value [get, set]
 Returns or sets the current selected choice More...
 
- Properties inherited from NXOpen.CAE.DataReaderOptionBase
unsafe string Description [get]
 Returns the option description. More...
 
unsafe string Name [get]
 Returns the option name. More...
 
unsafe
NXOpen.CAE.DataReaderDatabaseOptions.OptionType 
Type [get]
 Returns the option type. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Specialization of a NXOpen.CAE.DataReaderOptionBase to handle enumerated values.

An enumerated value offers a list of choices from which to select from. All choices are exposed as strings.

Created in NX1847.0.0

Member Function Documentation

unsafe string NXOpen.CAE.DataReaderOptionEnum.GetChoiceByIndex ( int  choiceIndex)
inline

Returns the choice with the specified index.

Created in NX1847.0.0

License requirements: None.

Parameters
choiceIndex
Returns

Property Documentation

unsafe string NXOpen.CAE.DataReaderOptionEnum.DefaultValue
get

Returns the default selection for the option

Created in NX1847.0.0

License requirements: None.

unsafe int NXOpen.CAE.DataReaderOptionEnum.NumChoices
get

Returns the number of choices in the enumeration

Created in NX1847.0.0

License requirements: None.

unsafe string NXOpen.CAE.DataReaderOptionEnum.Value
getset

Returns or sets the current selected choice

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.