IApplication Class

class NXOpen.Fields.IApplication

Bases: NXOpen.TaggedObject

Interface for all applications registered with the Field subsystem. Each application type should only be registered once with the Field subsystem. Each application class is identified by its name.

This is an abstract class, and cannot be created.

New in version NX12.0.0.

Properties

Property Description
Name Returns the name of the application.
Tag Returns the Tag for this object.

Methods

Property Detail

Name

IApplication.Name

Returns the name of the application.

This name should be unique for each application class.

-------------------------------------

Getter Method

Signature Name

Returns:
Return type:str

New in version NX12.0.0.

License requirements: None.