NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.PostScenarioAvailableDescriptorCollection Class Reference

A collection of NXOpen.CAE.PostScenarioDescriptor s. More...

Inheritance diagram for NXOpen.CAE.PostScenarioAvailableDescriptorCollection:

Public Member Functions

NXOpen.CAE.PostScenarioDescriptor[] ToArray ()
 Returns an array of NXOpen.CAE.PostScenarioDescriptor objects. More...
 
unsafe
NXOpen.CAE.PostScenarioDescriptor 
Find (string name)
 Finds an input definition with a certain name. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

A collection of NXOpen.CAE.PostScenarioDescriptor s.

These descriptors are used in Application Specific Post Processing to create a post processing scenario. A descriptor defines how data is retrieved from a NXOpen.CAE.DataSource , how it is processed, and how it is displayed through NXOpen.CAE.PostScenarioBuilder.Visualization . See also NXOpen.CAE.PostScenarioBuilder .

To obtain an instance of this class, refer to NXOpen.CAE.PostScenarioManager

Created in NX12.0.0

Member Function Documentation

override int NXOpen.CAE.PostScenarioAvailableDescriptorCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.PostScenarioDescriptor NXOpen.CAE.PostScenarioAvailableDescriptorCollection.Find ( string  name)

Finds an input definition with a certain name.

Created in NX12.0.0

License requirements: None.

Parameters
namename of the descriptor
Returns
NXOpen.CAE.PostScenarioDescriptor [] NXOpen.CAE.PostScenarioAvailableDescriptorCollection.ToArray ( )

Returns an array of NXOpen.CAE.PostScenarioDescriptor objects.

Property Documentation

Tag NXOpen.CAE.PostScenarioAvailableDescriptorCollection.Tag
get

Returns the tag of this object.


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