UserDefinedObjectLinkDefinition_Struct Struct

NXOpen.UserDefinedObjects.UserDefinedObject.LinkDefinition is an alias for NXOpen.UserDefinedObjects.UserDefinedObjectLinkDefinition_Struct

class NXOpen.UserDefinedObjects.UserDefinedObjectLinkDefinition_Struct

Bases: object

Contains the linked object and it’s status along with the type of link.

Fields

Field Description
AssociatedObject linked object
Status status of the linked object

AssociatedObject

UserDefinedObjectLinkDefinition_Struct.AssociatedObject

linked object -------------------------------------

Getter Method Signature AssociatedObject()

Returns:
Return type:NXOpen.TaggedObject

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

Setter Method

Signature AssociatedObject(value)

Parameters:value (NXOpen.TaggedObject) –

Status

UserDefinedObjectLinkDefinition_Struct.Status

status of the linked object -------------------------------------

Getter Method Signature Status()

Returns:
Return type:NXOpen.UserDefinedObjects.UserDefinedObjectLinkStatus

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

Setter Method

Signature Status(value)

Parameters:value (NXOpen.UserDefinedObjects.UserDefinedObjectLinkStatus) –