Interface IApplicationData
Assembly: NXOpen.dll
Syntax
public interface IApplicationData
Methods
AskNthDisplayableAttributeName(Int32)
Declaration
string AskNthDisplayableAttributeName(int nth)
Parameters
| Type |
Name |
Description |
| System.Int32 |
nth |
|
Returns
| Type |
Description |
| System.String |
|
AskNthDisplayableAttributeValue(Int32)
Declaration
string AskNthDisplayableAttributeValue(int nth)
Parameters
| Type |
Name |
Description |
| System.Int32 |
nth |
|
Returns
| Type |
Description |
| System.String |
|
AskNumberOfDisplayableAttributes()
Declaration
int AskNumberOfDisplayableAttributes()
Returns
| Type |
Description |
| System.Int32 |
|