Class PostGraphAcrossIterationsBuilder
Inheritance
PostGraphAcrossIterationsBuilder
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
CombineValueFromEntitiesOption
Declaration
public PostGraphAcrossIterationsBuilder.CombinationMethod CombineValueFromEntitiesOption { get; set; }
Property Value
CreateEntityLabelToggleValue
Declaration
public bool CreateEntityLabelToggleValue { get; set; }
Property Value
IterationStepSpacing
Declaration
public int IterationStepSpacing { get; set; }
Property Value
IterationValueFilter
Declaration
public BaseIteration.IterationValueType IterationValueFilter { get; set; }
Property Value
IterationValueOption
Declaration
public PostGraphAcrossIterationsBuilder.IterationLabelingOption IterationValueOption { get; set; }
Property Value
Methods
SetEndIteration(BaseIteration)
Declaration
public void SetEndIteration(BaseIteration iteration)
Parameters
SetStartIteration(BaseIteration)
Declaration
public void SetStartIteration(BaseIteration iteration)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink