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

Represents Appended text
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::AppendedText:
NXOpen::TransientObject

List of all members.

Public Member Functions

std::vector< NXStringGetAboveText ()
 Returns the appended text above the annotation.
std::vector< NXStringGetAfterText ()
 Returns the appended text after the annotation.
std::vector< NXStringGetBeforeText ()
 Returns the appended text before the annotation.
std::vector< NXStringGetBelowText ()
 Returns the appended text below the annotaton.
void SetAboveText (std::vector< NXString > &lines)
 Sets the appended text above the annotation
Created in NX4.0.0.
void SetAfterText (std::vector< NXString > &lines)
 Sets the appended text after the annotation
Created in NX4.0.0.
void SetBeforeText (std::vector< NXString > &lines)
 Sets the appended text before the annotation
Created in NX4.0.0.
void SetBelowText (std::vector< NXString > &lines)
 Sets the appended text below the annotation
Created in NX4.0.0.
virtual ~AppendedText ()
 Frees the object from memory.

Detailed Description

Represents Appended text
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 appended text above the annotation.

Returns:
List of lines
Created in NX4.0.0.

License requirements : None

Returns the appended text after the annotation.

Returns:
List of lines
Created in NX4.0.0.

License requirements : None

Returns the appended text before the annotation.

Returns:
List of lines
Created in NX4.0.0.

License requirements : None

Returns the appended text below the annotaton.

Returns:
List of lines
Created in NX4.0.0.

License requirements : None

Sets the appended text above the annotation
Created in NX4.0.0.



License requirements : None

Parameters:
linesList of new lines

Sets the appended text after the annotation
Created in NX4.0.0.



License requirements : None

Parameters:
linesList of new lines

Sets the appended text before the annotation
Created in NX4.0.0.



License requirements : None

Parameters:
linesList of new lines

Sets the appended text below the annotation
Created in NX4.0.0.



License requirements : None

Parameters:
linesList of new lines

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