NX Open C++ Reference Guide
Public Member Functions
NXOpen::Annotations::CustomSymbolTextData Class Reference

Represents custom symbol text data
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::CustomSymbolTextData:
NXOpen::TransientObject

List of all members.

Public Member Functions

int ControlTextIndex ()
 Returns the control text index.
std::vector< NXStringGetText ()
 Returns the text.
int IntegerValue ()
 Returns the integer value.
double RealValue ()
 Returns the real value.
void SetControlTextIndex (int index)
 Sets the control text index.
void SetIntegerValue (int intValue)
 Sets the integer value.
void SetRealValue (double realValue)
 Sets the real value.
void SetText (std::vector< NXString > &lines)
 Sets the text.
NXString StringValue ()
 Returns the string value.
NXOpen::Annotations::TextType TextType ()
 Returns the text type
Created in NX4.0.0.
virtual ~CustomSymbolTextData ()
 Frees the object from memory.

Detailed Description

Represents custom symbol text data
Created in NX4.0.0.



Constructor & Destructor Documentation

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.

License requirements : None


Member Function Documentation

Returns the control text index.

Valid for the text type Annotations::TextTypeControlled .
Created in NX4.0.0.

License requirements : None

Returns the text.

Valid for the text type Annotations::TextTypeArbitrary and Annotations::TextTypePartiallyControlled .

Returns:
List of lines
Created in NX4.0.0.

License requirements : None

Returns the integer value.

Valid for the text type Annotations::TextTypeInteger .
Created in NX4.0.0.

License requirements : None

Returns the real value.

Valid for the text type Annotations::TextTypeReal .
Created in NX4.0.0.

License requirements : None

Sets the control text index.

Valid for the text type Annotations::TextTypeControlled .
Created in NX4.0.0.

License requirements : None

Parameters:
indexNew control text index

Sets the integer value.

Valid for the text type Annotations::TextTypeInteger .
Created in NX4.0.0.

License requirements : None

Parameters:
intValueNew integer value

Sets the real value.

Valid for the text type Annotations::TextTypeReal .
Created in NX4.0.0.

License requirements : None

Parameters:
realValueNew real value

Sets the text.

Valid for the text type Annotations::TextTypeArbitrary and Annotations::TextTypePartiallyControlled .
Created in NX4.0.0.

License requirements : None

Parameters:
linesList of lines

Returns the string value.

Valid for the text type Annotations::TextTypeControlled and Annotations::TextTypePartiallyControlled .
Created in NX8.0.0.

License requirements : None

Returns the text type
Created in NX4.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.