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

Base class for the all the option types exposed by the data reader. More...

Inheritance diagram for NXOpen.CAE.DataReaderOptionBase:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAE.DataReaderOptionDouble NXOpen.CAE.DataReaderOptionEnum NXOpen.CAE.DataReaderOptionInt NXOpen.CAE.DataReaderOptionString NXOpen.CAE.DataReaderOptionUnit

Properties

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

- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Base class for the all the option types exposed by the data reader.

The GetType() method can be used to determine the exact option type to which to cast this object.

Created in NX1847.0.0

Property Documentation

unsafe string NXOpen.CAE.DataReaderOptionBase.Description
get

Returns the option description.

Created in NX1847.0.0

License requirements: None.

unsafe string NXOpen.CAE.DataReaderOptionBase.Name
get

Returns the option name.

Created in NX1847.0.0

License requirements: None.

unsafe NXOpen.CAE.DataReaderDatabaseOptions.OptionType NXOpen.CAE.DataReaderOptionBase.Type
get

Returns the option type.

Use this to know to which option subtype this oject can be cast.

Created in NX1847.0.0

License requirements: None.


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