NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Member Functions | List of all members
NXOpen::CAE::UnifiedDatabaseOptions Class Reference

Represents the sum of options associated with the "Generic Data Source" format. More...

Inheritance diagram for NXOpen::CAE::UnifiedDatabaseOptions:
NXOpen::CAE::DataReaderDatabaseOptions NXOpen::CAE::IFormatHandler NXOpen::TaggedObject

Classes

struct  Flag
 Represents additional flags to configure a CAE::DataSource . More...
 

Public Member Functions

virtual NXString DisplayName ()
 Returns the display name of this Format Handler. More...
 
std::vector
< NXOpen::CAE::UnifiedDatabaseOptions::Flag
GetFlags ()
 Retrieves available flags for this data source. More...
 
virtual NXString Name ()
 Returns the name of this Format Handler. More...
 
void SetFlags (const std::vector< NXOpen::CAE::UnifiedDatabaseOptions::Flag > &flags)
 Sets the flags specified in the array to their associated value. More...
 
- Public Member Functions inherited from NXOpen::CAE::DataReaderDatabaseOptions
NXOpen::CAE::DataReaderOptionCollectionOptionCollection ()
 Contains a NXOpen::CAE::DataReaderOptionCollection. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::CAE::DataReaderDatabaseOptions
enum  OptionType {
  OptionTypeInt, OptionTypeDouble, OptionTypeString, OptionTypeEnum,
  OptionTypeUnit, OptionTypeUnknown
}
 This enum defines the available option types. More...
 

Detailed Description

Represents the sum of options associated with the "Generic Data Source" format.


Not support KF.

Created in NX1847.0.0.

Member Function Documentation

virtual NXString NXOpen::CAE::UnifiedDatabaseOptions::DisplayName ( )
virtual

Returns the display name of this Format Handler.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Implements NXOpen::CAE::IFormatHandler.

std::vector<NXOpen::CAE::UnifiedDatabaseOptions::Flag> NXOpen::CAE::UnifiedDatabaseOptions::GetFlags ( )

Retrieves available flags for this data source.


Created in NX1847.0.0.

License requirements : None

virtual NXString NXOpen::CAE::UnifiedDatabaseOptions::Name ( )
virtual

Returns the name of this Format Handler.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Implements NXOpen::CAE::IFormatHandler.

void NXOpen::CAE::UnifiedDatabaseOptions::SetFlags ( const std::vector< NXOpen::CAE::UnifiedDatabaseOptions::Flag > &  flags)

Sets the flags specified in the array to their associated value.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
flagsflags

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