StringList Class

class NXOpen.CAM.StringList

Bases: NXOpen.TaggedObject

Represents a string list

New in version NX11.0.2.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetText Returns the text
SetText Sets the text

Method Detail

GetText

StringList.GetText

Returns the text

Signature GetText()

Returns:
Return type:list of str

New in version NX11.0.2.

License requirements: None.

SetText

StringList.SetText

Sets the text

Signature SetText(text)

Parameters:text (list of str) –

New in version NX11.0.2.

License requirements: cam_base (“CAM BASE”)