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

Represents label data
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::LabelData:
NXOpen::TransientObject

Public Member Functions

NXOpen::Annotations::SimpleDraftingAidPreferencesGetSimpleDraftingAidPreferences ()
 Returns the SimpleDraftingAidPreferences object. More...
 
std::vector< NXStringGetText ()
 Returns the text. More...
 
void SetSimpleDraftingAidPreferences (NXOpen::Annotations::SimpleDraftingAidPreferences *preferences)
 Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0. More...
 
void SetText (std::vector< NXString > &lines)
 Sets the text
Created in NX4.0.0. More...
 
virtual ~LabelData ()
 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 label data
Created in NX4.0.0.


Constructor & Destructor Documentation

virtual NXOpen::Annotations::LabelData::~LabelData ( )
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

NXOpen::Annotations::SimpleDraftingAidPreferences* NXOpen::Annotations::LabelData::GetSimpleDraftingAidPreferences ( )

Returns the SimpleDraftingAidPreferences object.

Returns
Label preferences
Created in NX4.0.0.

License requirements : None
std::vector<NXString> NXOpen::Annotations::LabelData::GetText ( )

Returns the text.

Returns
List of lines
Created in NX4.0.0.

License requirements : None
void NXOpen::Annotations::LabelData::SetSimpleDraftingAidPreferences ( NXOpen::Annotations::SimpleDraftingAidPreferences preferences)

Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0.



License requirements : None

Parameters
preferencesNew label preferences
void NXOpen::Annotations::LabelData::SetText ( std::vector< NXString > &  lines)

Sets the text
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.