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

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

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

Public Types

enum  DisplayStyle { None, Default, Customized }
 Legend header display styles More...
 

Public Member Functions

unsafe
NXOpen.CAE.PostCustomHeaderLines 
GetCustomHeaderLines ()
 Gets custom header lines class object for header customization. More...
 
unsafe void SetCustomHeaderLines (NXOpen.CAE.PostCustomHeaderLines customheaderlines)
 Sets custom header lines class object for header customization. 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 header.

An instance of this class can not be created. To obtain the object use NXOpen.CAE.PostLegend.GetHeader method.

Created in NX1847.0.0

Member Enumeration Documentation

Legend header display styles

Enumerator
None 
Default 
Customized 

Member Function Documentation

override void NXOpen.CAE.PostHeader.FreeResource ( )
inlineprotectedvirtual

Destroys the object

Created in NX1847.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe NXOpen.CAE.PostCustomHeaderLines NXOpen.CAE.PostHeader.GetCustomHeaderLines ( )
inline

Gets custom header lines class object for header customization.

This is the responsibility of the caller to free this memory.

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.PostHeader.SetCustomHeaderLines ( NXOpen.CAE.PostCustomHeaderLines  customheaderlines)
inline

Sets custom header lines class object for header customization.

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
customheaderlines

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