NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.Features.UserDefinedFeatureApplicationData Class Reference

JA interface for UserDefinedFeatureApplicationData object More...

Inheritance diagram for NXOpen.Features.UserDefinedFeatureApplicationData:

Public Member Functions

unsafe
NXOpen.Features.UserDefinedFeatureApplicationField[] 
GetFields ()
 Gets all of the fields More...
 
unsafe
NXOpen.Features.UserDefinedFeatureApplicationField 
AddField (string name)
 Adds named field. More...
 
unsafe
NXOpen.Features.UserDefinedFeatureApplicationField 
GetField (string name)
 Gets named field. More...
 
unsafe void RemoveField (NXOpen.Features.UserDefinedFeatureApplicationField field)
 Removes named field. More...
 

Detailed Description

JA interface for UserDefinedFeatureApplicationData object

Created in NX8.0.0

Member Function Documentation

unsafe NXOpen.Features.UserDefinedFeatureApplicationField NXOpen.Features.UserDefinedFeatureApplicationData.AddField ( string  name)

Adds named field.

Returns existing field if one exists.

Created in NX8.0.0

License requirements: None.

Parameters
namename of the field
Returns
the field
unsafe NXOpen.Features.UserDefinedFeatureApplicationField NXOpen.Features.UserDefinedFeatureApplicationData.GetField ( string  name)

Gets named field.

Creates field if it doesnt exist.

Created in NX8.0.0

License requirements: None.

Parameters
namename of the field
Returns
the field
unsafe NXOpen.Features.UserDefinedFeatureApplicationField [] NXOpen.Features.UserDefinedFeatureApplicationData.GetFields ( )

Gets all of the fields

Created in NX8.0.0

License requirements: None.

Returns
Array of fields
unsafe void NXOpen.Features.UserDefinedFeatureApplicationData.RemoveField ( NXOpen.Features.UserDefinedFeatureApplicationField  field)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.