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

JA interface for UserDefinedFeatureApplicationData object. More...

Inheritance diagram for NXOpen::Features::UserDefinedFeatureApplicationData:
NXOpen::TaggedObject

List of all members.

Public Member Functions

NXOpen::Features::UserDefinedFeatureApplicationFieldAddField (const NXString &name)
 Adds named field.
NXOpen::Features::UserDefinedFeatureApplicationFieldGetField (const NXString &name)
 Gets named field.
std::vector
< NXOpen::Features::UserDefinedFeatureApplicationField * > 
GetFields ()
 Gets all of the fields.
void RemoveField (NXOpen::Features::UserDefinedFeatureApplicationField *field)
 Removes named field.

Detailed Description

JA interface for UserDefinedFeatureApplicationData object.


Member Function Documentation

Adds named field.

Returns existing field if one exists.

Returns:
the field
Created in NX8.0.0.

License requirements : None
Parameters:
namename of the field
NOTE: The full Unicode character set is not supported for this parameter.

Gets named field.

Creates field if it doesnt exist.

Returns:
the field
Created in NX8.0.0.

License requirements : None
Parameters:
namename of the field
NOTE: The full Unicode character set is not supported for this parameter.

Gets all of the fields.

Returns:
Array of fields
Created in NX8.0.0.

License requirements : None

Removes named field.

This removes the field and deletes it.
Created in NX8.0.0.

License requirements : None

Parameters:
fieldthe field

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