Class PostGraphAcrossIterationsBuilder
Inheritance
System.Object
System.MarshalByRefObject
PostGraphAcrossIterationsBuilder
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class PostGraphAcrossIterationsBuilder : PostGraphBuilder, IMessageSink, IComponentBuilder
Constructors
PostGraphAcrossIterationsBuilder()
Declaration
protected PostGraphAcrossIterationsBuilder()
Properties
CombineAcrossEntities
Declaration
public bool CombineAcrossEntities { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CombineValueFromEntitiesOption
Declaration
public PostGraphAcrossIterationsBuilder.CombinationMethod CombineValueFromEntitiesOption { get; set; }
Property Value
Type | Description |
---|---|
PostGraphAcrossIterationsBuilder.CombinationMethod |
IterationStepSpacing
Declaration
public int IterationStepSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IterationValueOption
Declaration
public PostGraphAcrossIterationsBuilder.IterationLabelingOption IterationValueOption { get; set; }
Property Value
Type | Description |
---|---|
PostGraphAcrossIterationsBuilder.IterationLabelingOption |
Methods
SetEndIteration(BaseIteration)
Declaration
public void SetEndIteration(BaseIteration iteration)
Parameters
Type | Name | Description |
---|---|---|
BaseIteration | iteration |
SetStartIteration(BaseIteration)
Declaration
public void SetStartIteration(BaseIteration iteration)
Parameters
Type | Name | Description |
---|---|---|
BaseIteration | iteration |
Implements
System.Runtime.Remoting.Messaging.IMessageSink