NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.Features.UserDefinedFeatureApplicationData Class Reference

JA interface for UserDefinedFeatureApplicationData object More...

Inheritance diagram for NXOpen.Features.UserDefinedFeatureApplicationData:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.Features.UserDefinedFeatureApplicationField 
AddField (string name)
 Adds named field. More...
 
unsafe
NXOpen.Features.UserDefinedFeatureApplicationField 
GetField (string name)
 Gets named field. More...
 
unsafe
NXOpen.Features.UserDefinedFeatureApplicationField[] 
GetFields ()
 Gets all of the fields More...
 
unsafe void RemoveField (NXOpen.Features.UserDefinedFeatureApplicationField field)
 Removes named field. More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. 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)
inline

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)
inline

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 ( )
inline

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)
inline

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