NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | List of all members
NXOpen.Annotations.AppendedText Class Reference

Represents Appended text More...

Inheritance diagram for NXOpen.Annotations.AppendedText:

Public Member Functions

unsafe string[] GetBeforeText ()
 Returns the appended text before the annotation More...
 
unsafe void SetBeforeText (string[] lines)
 Sets the appended text before the annotation More...
 
unsafe string[] GetAfterText ()
 Returns the appended text after the annotation More...
 
unsafe void SetAfterText (string[] lines)
 Sets the appended text after the annotation More...
 
unsafe string[] GetAboveText ()
 Returns the appended text above the annotation More...
 
unsafe void SetAboveText (string[] lines)
 Sets the appended text above the annotation More...
 
unsafe string[] GetBelowText ()
 Returns the appended text below the annotaton More...
 
unsafe void SetBelowText (string[] lines)
 Sets the appended text below the annotation More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Detailed Description

Represents Appended text

Created in NX4.0.0

Member Function Documentation

override void NXOpen.Annotations.AppendedText.FreeResource ( )
protected

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.

unsafe string [] NXOpen.Annotations.AppendedText.GetAboveText ( )

Returns the appended text above the annotation

Created in NX4.0.0

License requirements: None.

Returns
List of lines
unsafe string [] NXOpen.Annotations.AppendedText.GetAfterText ( )

Returns the appended text after the annotation

Created in NX4.0.0

License requirements: None.

Returns
List of lines
unsafe string [] NXOpen.Annotations.AppendedText.GetBeforeText ( )

Returns the appended text before the annotation

Created in NX4.0.0

License requirements: None.

Returns
List of lines
unsafe string [] NXOpen.Annotations.AppendedText.GetBelowText ( )

Returns the appended text below the annotaton

Created in NX4.0.0

License requirements: None.

Returns
List of lines
unsafe void NXOpen.Annotations.AppendedText.SetAboveText ( string[]  lines)

Sets the appended text above the annotation

Created in NX4.0.0

License requirements: None.

Parameters
linesList of new lines
unsafe void NXOpen.Annotations.AppendedText.SetAfterText ( string[]  lines)

Sets the appended text after the annotation

Created in NX4.0.0

License requirements: None.

Parameters
linesList of new lines
unsafe void NXOpen.Annotations.AppendedText.SetBeforeText ( string[]  lines)

Sets the appended text before the annotation

Created in NX4.0.0

License requirements: None.

Parameters
linesList of new lines
unsafe void NXOpen.Annotations.AppendedText.SetBelowText ( string[]  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.