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

JA interface for UserDefinedFeatureApplicationField object More...

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

Public Member Functions

unsafe double[] GetDoubles ()
 Gets all of the doubles in this field More...
 
unsafe int[] GetIntegers ()
 Gets all of the integers stored in this field More...
 
unsafe NXOpen.TaggedObject[] GetObjects ()
 Gets all of the objects in this field More...
 
unsafe string[] GetStrings ()
 Gets all of the strings in this field More...
 
unsafe void SetDoubles (double[] doubles)
 Sets all of the doubles in this field More...
 
unsafe void SetIntegers (int[] integers)
 Sets all of the integers stored in this field More...
 
unsafe void SetObjects (NXOpen.TaggedObject[] objects)
 Sets all of the objects in this field More...
 
unsafe void SetStrings (string[] strings)
 Sets all of the strings in this 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...
 

Properties

unsafe string Name [get]
 Returns the name of this field More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

JA interface for UserDefinedFeatureApplicationField object

Created in NX8.0.0

Member Function Documentation

unsafe double [] NXOpen.Features.UserDefinedFeatureApplicationField.GetDoubles ( )
inline

Gets all of the doubles in this field

Created in NX8.0.0

License requirements: None.

Returns
Array of doubles in this field
unsafe int [] NXOpen.Features.UserDefinedFeatureApplicationField.GetIntegers ( )
inline

Gets all of the integers stored in this field

Created in NX8.0.0

License requirements: None.

Returns
Array of integers in this field
unsafe NXOpen.TaggedObject [] NXOpen.Features.UserDefinedFeatureApplicationField.GetObjects ( )
inline

Gets all of the objects in this field

Created in NX8.0.0

License requirements: None.

Returns
Array of objects in this field
unsafe string [] NXOpen.Features.UserDefinedFeatureApplicationField.GetStrings ( )
inline

Gets all of the strings in this field

Created in NX8.0.0

License requirements: None.

Returns
Array of strings in this field
unsafe void NXOpen.Features.UserDefinedFeatureApplicationField.SetDoubles ( double[]  doubles)
inline

Sets all of the doubles in this field

Created in NX8.0.0

License requirements: None.

Parameters
doublesNew Array of doubles in this field
unsafe void NXOpen.Features.UserDefinedFeatureApplicationField.SetIntegers ( int[]  integers)
inline

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
unsafe void NXOpen.Features.UserDefinedFeatureApplicationField.SetObjects ( NXOpen.TaggedObject[]  objects)
inline

Sets all of the objects in this field

Created in NX8.0.0

License requirements: None.

Parameters
objectsNew Array of strings in this field
unsafe void NXOpen.Features.UserDefinedFeatureApplicationField.SetStrings ( string[]  strings)
inline

Sets all of the strings in this field

Created in NX8.0.0

License requirements: None.

Parameters
stringsNew Array of strings in this field

Property Documentation

unsafe string NXOpen.Features.UserDefinedFeatureApplicationField.Name
get

Returns the name of this field

Created in NX8.0.0

License requirements: None.


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