Class PostScenarioMetadata
Inheritance
System.Object
System.MarshalByRefObject
PostScenarioMetadata
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class PostScenarioMetadata : TransientObject, IMessageSink, IDisposable
Constructors
PostScenarioMetadata(IntPtr)
Declaration
protected PostScenarioMetadata(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
AmplitudeCorrectionFactor
Declaration
public double AmplitudeCorrectionFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxisScale
Declaration
public PostScenarioAxisScale AxisScale { get; set; }
Property Value
CorrectionMode
Declaration
public PostScenarioCorrectionMode CorrectionMode { get; set; }
Property Value
CustomizedDependentColumnName
Declaration
public string CustomizedDependentColumnName { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomizedFirstIndependentColumnName
Declaration
public string CustomizedFirstIndependentColumnName { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomizedSecondIndependentColumnName
Declaration
public string CustomizedSecondIndependentColumnName { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Duplicate
Declaration
public bool Duplicate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnergyCorrectionFactor
Declaration
public double EnergyCorrectionFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
FunctionClass
Declaration
public PostScenarioFunctionClass FunctionClass { get; set; }
Property Value
HighlightedDisplay
Declaration
public bool HighlightedDisplay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RecordNameHidden
Declaration
public bool RecordNameHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectedComponent
Declaration
public PostScenarioVariantComponent SelectedComponent { get; set; }
Property Value
SpectrumFormat
Declaration
public PostScenarioSpectrumFormat SpectrumFormat { get; set; }
Property Value
SpectrumMode
Declaration
public PostScenarioSpectrumMode SpectrumMode { get; set; }
Property Value
VisualizationCorrectionMode
Declaration
public PostScenarioCorrectionMode VisualizationCorrectionMode { get; set; }
Property Value
VisualizationSpectrumMode
Declaration
public PostScenarioSpectrumMode VisualizationSpectrumMode { get; set; }
Property Value
VisualizationTemplate
Declaration
public string VisualizationTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
WeightingType
Declaration
public PostScenarioWeightingType WeightingType { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAdditionalLegendColumns(out String[], out String[])
Declaration
public void GetAdditionalLegendColumns(out string[] headers, out string[] values)
Parameters
Type |
Name |
Description |
System.String[] |
headers |
|
System.String[] |
values |
|
GetComplexOption()
Declaration
public PostScenarioComplexOption[] GetComplexOption()
Returns
GetComponentFilter(String)
Declaration
public PostScenarioVariantComponent[] GetComponentFilter(string dependentVariableID)
Parameters
Type |
Name |
Description |
System.String |
dependentVariableID |
|
Returns
GetKeys()
Declaration
public string[] GetKeys()
Returns
Type |
Description |
System.String[] |
|
GetOrigin(out String, out String)
Declaration
public void GetOrigin(out string username, out string displayName)
Parameters
Type |
Name |
Description |
System.String |
username |
|
System.String |
displayName |
|
GetValue(String)
Declaration
public PostScenarioVariant GetValue(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
SetAdditionalLegendColumns(String[], String[])
Declaration
public void SetAdditionalLegendColumns(string[] headers, string[] values)
Parameters
Type |
Name |
Description |
System.String[] |
headers |
|
System.String[] |
values |
|
SetComplexOption(PostScenarioComplexOption[])
Declaration
public void SetComplexOption(PostScenarioComplexOption[] complexOptions)
Parameters
SetKeyValue(String, PostScenarioVariant)
Declaration
public void SetKeyValue(string key, PostScenarioVariant values)
Parameters
SetOrigin(String, String)
Declaration
public void SetOrigin(string username, string displayName)
Parameters
Type |
Name |
Description |
System.String |
username |
|
System.String |
displayName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable