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

Handle to an Post View created as visualization for a NXOpen.CAE.PostScenario . More...

Inheritance diagram for NXOpen.CAE.PostScenarioPostViewHandle:
NXOpen.CAE.PostScenarioPlotHandle NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.CAE.ResultAccess CreateResultAccess ()
 Creates both a CAE.ResultAccess and a CAE.ResultParameters based on the Post View that this handle references. More...
 
unsafe void DeleteResultAccess (NXOpen.CAE.ResultAccess raccess)
 Delete a NXOpen.CAE.ResultAccess and the contained CAE.ResultParameters objects created using CAE.PostScenarioPostViewHandle.CreateResultAccess . More...
 
- Public Member Functions inherited from NXOpen.CAE.PostScenarioPlotHandle
unsafe string GetDescriptiveName ()
 Retrieves the descriptive name of the plot. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override 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...
 

Properties

unsafe int PostViewId [get]
 Returns the Post View ID. More...
 
unsafe int ResultId [get]
 Returns the result ID. More...
 
- Properties inherited from NXOpen.CAE.PostScenarioPlotHandle
unsafe int ViewportIndex [get]
 Returns the viewport index which contains the plot. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Handle to an Post View created as visualization for a NXOpen.CAE.PostScenario .

Use NXOpen.CAE.PostScenario.Plots to access instances of this class.

Created in NX1899.0.0

Member Function Documentation

unsafe NXOpen.CAE.ResultAccess NXOpen.CAE.PostScenarioPostViewHandle.CreateResultAccess ( )
inline

Creates both a CAE.ResultAccess and a CAE.ResultParameters based on the Post View that this handle references.

This is a convenience method so users do not have to call multiple methods to instanciate these objects and it must be deleted using NXOpen.CAE.ResultManager.DeleteResultAccess .

The CAE.ResultParameters can be accessed using CAE.ResultAccess.GetParameters .

Created in NX1899.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.PostScenarioPostViewHandle.DeleteResultAccess ( NXOpen.CAE.ResultAccess  raccess)
inline

Delete a NXOpen.CAE.ResultAccess and the contained CAE.ResultParameters objects created using CAE.PostScenarioPostViewHandle.CreateResultAccess .

Created in NX1899.0.0

License requirements: None.

Parameters
raccess

Property Documentation

unsafe int NXOpen.CAE.PostScenarioPostViewHandle.PostViewId
get

Returns the Post View ID.

This Id can be used with NXOpen.CAE.Post methods to query data.

Created in NX1899.0.0

License requirements: None.

unsafe int NXOpen.CAE.PostScenarioPostViewHandle.ResultId
get

Returns the result ID.

This Id can be used as input for specific NXOpen.CAE.Post methods.

Created in NX1899.0.0

License requirements: None.


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