NXOpen .NET Reference  12.0.0
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:

Public Member Functions

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

Properties

unsafe string Name [get]
 Returns the name of this field More...
 

Detailed Description

JA interface for UserDefinedFeatureApplicationField object

Created in NX8.0.0

Member Function Documentation

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

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

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

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

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)

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)

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)

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)

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