NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Types | Public Member Functions | Protected Member Functions | List of all members
NXOpen.CAE.PostCustomHeaderLines Class Reference

This class has the information related to post legend custom header lines. More...

Inheritance diagram for NXOpen.CAE.PostCustomHeaderLines:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Classes

struct  _HeaderToken
 Container for token and usertext for legend header customization
 
struct  HeaderToken
 Container for token and usertext for legend header customization More...
 

Public Types

enum  Token {
  AbsoluteValue, BeamCsys, BeamSection, Combination,
  Complex, Component, CrossSectionViewBeamInfo, Csys,
  Deformation, DisplayedMinMax, Formula, Iteration,
  Loadcase, ModelSummary, PlyIdAndLayer, Result,
  ResultEnvironment, ResultMinMax, Scale, ShellSection,
  Solution, Subcase, StreamlineData, Unit,
  Usertext
}
 Header tokens used for customization More...
 

Public Member Functions

unsafe void ClearLines ()
 Deletes all the lines of custom header line list More...
 
unsafe void DeleteNthLine (int index)
 Erases the line at the specified index from the the custom header line list More...
 
unsafe
NXOpen.CAE.PostCustomHeaderLines.HeaderToken[] 
GetNthLine (int index)
 Gets the line at the specified index from the custom header line list More...
 
unsafe int GetNumLines ()
 Gets the number of lines in the custom header line list More...
 
unsafe void InsertNthLine (int index, NXOpen.CAE.PostCustomHeaderLines.HeaderToken[] line)
 Inserts a line to the custom header line list at the specified index More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Destroys the object More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

This class has the information related to post legend custom header lines.

An instance of this class can not be created.

Created in NX1847.0.0

Member Enumeration Documentation

Header tokens used for customization

Enumerator
AbsoluteValue 
BeamCsys 
BeamSection 
Combination 
Complex 
Component 
CrossSectionViewBeamInfo 
Csys 
Deformation 
DisplayedMinMax 
Formula 
Iteration 
Loadcase 
ModelSummary 
PlyIdAndLayer 
Result 
ResultEnvironment 
ResultMinMax 
Scale 
ShellSection 
Solution 
Subcase 
StreamlineData 
Unit 
Usertext 

Member Function Documentation

unsafe void NXOpen.CAE.PostCustomHeaderLines.ClearLines ( )
inline

Deletes all the lines of custom header line list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe void NXOpen.CAE.PostCustomHeaderLines.DeleteNthLine ( int  index)
inline

Erases the line at the specified index from the the custom header line list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
index
override void NXOpen.CAE.PostCustomHeaderLines.FreeResource ( )
inlineprotectedvirtual

Destroys the object

Created in NX1847.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe NXOpen.CAE.PostCustomHeaderLines.HeaderToken [] NXOpen.CAE.PostCustomHeaderLines.GetNthLine ( int  index)
inline

Gets the line at the specified index from the custom header line list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
index
Returns
unsafe int NXOpen.CAE.PostCustomHeaderLines.GetNumLines ( )
inline

Gets the number of lines in the custom header line list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe void NXOpen.CAE.PostCustomHeaderLines.InsertNthLine ( int  index,
NXOpen.CAE.PostCustomHeaderLines.HeaderToken[]  line 
)
inline

Inserts a line to the custom header line list at the specified index

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
index
line

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