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

Exposes the options that can be set when opening a database. More...

Inheritance diagram for NXOpen.CAE.DataReaderDatabaseOptions:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAE.UnifiedDatabaseOptions

Public Types

enum  OptionType {
  Int, Double, String, Enum,
  Unit, Unknown
}
 This enum defines the available option types More...
 

Properties

NXOpen.CAE.DataReaderOptionCollection OptionCollection [get]
 Contains a NXOpen.CAE.DataReaderOptionCollection 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

Exposes the options that can be set when opening a database.

All options inherit from NXOpen.CAE.DataReaderOptionBase and can be cast to their proper type

Created in NX1847.0.0

Member Enumeration Documentation

This enum defines the available option types

Enumerator
Int 

Int option.

Cast to NXOpen.CAE.DataReaderOptionInt

Double 

Double option.

Cast to NXOpen.CAE.DataReaderOptionDouble

String 

String option.

Cast to NXOpen.CAE.DataReaderOptionString

Enum 

Enum option.

Cast to NXOpen.CAE.DataReaderOptionEnum

Unit 

Unit option.

Cast to NXOpen.CAE.DataReaderOptionUnit

Unknown 

Unknown option type

Property Documentation

NXOpen.CAE.DataReaderOptionCollection NXOpen.CAE.DataReaderDatabaseOptions.OptionCollection
get

Contains a NXOpen.CAE.DataReaderOptionCollection

Created in NX1847.0.0


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