NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Annotations::AppendedText Class Reference

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

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

Public Member Functions

std::vector< NXStringGetAboveText ()
 Returns the appended text above the annotation. More...
 
std::vector< NXStringGetAfterText ()
 Returns the appended text after the annotation. More...
 
std::vector< NXStringGetBeforeText ()
 Returns the appended text before the annotation. More...
 
std::vector< NXStringGetBelowText ()
 Returns the appended text below the annotaton. More...
 
void SetAboveText (std::vector< NXString > &lines)
 Sets the appended text above the annotation
Created in NX4.0.0. More...
 
void SetAfterText (std::vector< NXString > &lines)
 Sets the appended text after the annotation
Created in NX4.0.0. More...
 
void SetBeforeText (std::vector< NXString > &lines)
 Sets the appended text before the annotation
Created in NX4.0.0. More...
 
void SetBelowText (std::vector< NXString > &lines)
 Sets the appended text below the annotation
Created in NX4.0.0. More...
 
virtual ~AppendedText ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents Appended text
Created in NX4.0.0.


Constructor & Destructor Documentation

virtual NXOpen::Annotations::AppendedText::~AppendedText ( )
virtual

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

std::vector<NXString> NXOpen::Annotations::AppendedText::GetAboveText ( )

Returns the appended text above the annotation.

Returns
List of lines
Created in NX4.0.0.

License requirements : None
std::vector<NXString> NXOpen::Annotations::AppendedText::GetAfterText ( )

Returns the appended text after the annotation.

Returns
List of lines
Created in NX4.0.0.

License requirements : None
std::vector<NXString> NXOpen::Annotations::AppendedText::GetBeforeText ( )

Returns the appended text before the annotation.

Returns
List of lines
Created in NX4.0.0.

License requirements : None
std::vector<NXString> NXOpen::Annotations::AppendedText::GetBelowText ( )

Returns the appended text below the annotaton.

Returns
List of lines
Created in NX4.0.0.

License requirements : None
void NXOpen::Annotations::AppendedText::SetAboveText ( std::vector< NXString > &  lines)

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



License requirements : None

Parameters
linesList of new lines
void NXOpen::Annotations::AppendedText::SetAfterText ( std::vector< NXString > &  lines)

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



License requirements : None

Parameters
linesList of new lines
void NXOpen::Annotations::AppendedText::SetBeforeText ( std::vector< NXString > &  lines)

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



License requirements : None

Parameters
linesList of new lines
void NXOpen::Annotations::AppendedText::SetBelowText ( std::vector< NXString > &  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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.