UserDefinedFeatureIconEvent Class¶
-
class
NXOpen.Features.UserDefinedFeatureIconEvent¶ Bases:
NXOpen.TaggedObjectJA interface for the UserDefinedFeatureIconEvent object
This calls cannot be created
New in version NX8.0.0.
Properties¶
| Property | Description |
|---|---|
| ClassName | Returns the class name |
| IconName | Returns or sets the icon name |
| Instantiation | Returns the UDF instantiation feature |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
ClassName¶
-
UserDefinedFeatureIconEvent.ClassName¶ Returns the class name
-------------------------------------Getter Method
Signature
ClassNameReturns: Return type: str New in version NX8.0.0.
License requirements: None.
IconName¶
-
UserDefinedFeatureIconEvent.IconName¶ Returns or sets the icon name
-------------------------------------Getter Method
Signature
IconNameReturns: Return type: str New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IconNameParameters: className (str) – New in version NX8.0.0.
License requirements: None.
Instantiation¶
-
UserDefinedFeatureIconEvent.Instantiation¶ Returns the UDF instantiation feature
-------------------------------------Getter Method
Signature
InstantiationReturns: The UDF instantiation feature Return type: NXOpen.Features.FeatureNew in version NX8.0.0.
License requirements: None.