NX Open C++ Reference Guide
Public Member Functions
NXOpen::Features::UserDefinedFeatureApplicationField Class Reference

JA interface for UserDefinedFeatureApplicationField object. More...

Inheritance diagram for NXOpen::Features::UserDefinedFeatureApplicationField:
NXOpen::TaggedObject

List of all members.

Public Member Functions

std::vector< double > GetDoubles ()
 Gets all of the doubles in this field.
std::vector< int > GetIntegers ()
 Gets all of the integers stored in this field.
std::vector
< NXOpen::TaggedObject * > 
GetObjects ()
 Gets all of the objects in this field.
std::vector< NXStringGetStrings ()
 Gets all of the strings in this field.
NXString Name ()
 Returns the name of this field
Created in NX8.0.0.
void SetDoubles (const std::vector< double > &doubles)
 Sets all of the doubles in this field
Created in NX8.0.0.
void SetIntegers (const std::vector< int > &integers)
 Sets all of the integers stored in this field
Created in NX8.0.0.
void SetObjects (const std::vector< NXOpen::TaggedObject * > &objects)
 Sets all of the objects in this field
Created in NX8.0.0.
void SetStrings (std::vector< NXString > &strings)
 Sets all of the strings in this field
Created in NX8.0.0.

Detailed Description

JA interface for UserDefinedFeatureApplicationField object.


Member Function Documentation

Gets all of the doubles in this field.

Returns:
Array of doubles in this field
Created in NX8.0.0.

License requirements : None

Gets all of the integers stored in this field.

Returns:
Array of integers in this field
Created in NX8.0.0.

License requirements : None

Gets all of the objects in this field.

Returns:
Array of objects in this field
Created in NX8.0.0.

License requirements : None

Gets all of the strings in this field.

Returns:
Array of strings in this field
Created in NX8.0.0.

License requirements : None

Returns the name of this field
Created in NX8.0.0.



License requirements : None

void NXOpen::Features::UserDefinedFeatureApplicationField::SetDoubles ( const std::vector< double > &  doubles)

Sets all of the doubles in this field
Created in NX8.0.0.



License requirements : None

Parameters:
doublesNew Array of doubles in this field
void NXOpen::Features::UserDefinedFeatureApplicationField::SetIntegers ( const std::vector< int > &  integers)

Sets all of the integers stored in this field
Created in NX8.0.0.



License requirements : None

Parameters:
integersNew Array of integers in this field

Sets all of the objects in this field
Created in NX8.0.0.



License requirements : None

Parameters:
objectsNew Array of strings in this field

Sets all of the strings in this field
Created in NX8.0.0.



License requirements : None

Parameters:
stringsNew Array of strings in this field
NOTE: The full Unicode character set is not supported for this parameter.

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