Skip to main content

MinMaxNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Configuration node object for finding the item with the minimum or maximum value within an array. Supported value types are int (long), double, and DateTime.

public record MinMaxNodeConfiguration : SourceTargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IPathNodeConfiguration, IEquatable<SourceTargetPathNodeConfiguration>, IEquatable<MinMaxNodeConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → SourceTargetPathNodeConfiguration → MinMaxNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IPathNodeConfiguration, IEquatable<SourceTargetPathNodeConfiguration>, IEquatable<MinMaxNodeConfiguration>

Properties

ValuePath

The path to the value used for comparison within each object in the array. This value must be a numeric type (int, double) or DateTime.

public string ValuePath { get; set; }

Property Value

String

Mode

The mode of operation: find the minimum or maximum value. Defaults to MinMaxMode.Min.

public MinMaxMode Mode { get; set; }

Property Value

MinMaxMode

Path

public string Path { get; set; }

Property Value

String

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public TargetValueWriteModes TargetValueWriteMode { get; set; }

Property Value

TargetValueWriteModes

TargetValueKind

public ValueKinds TargetValueKind { get; set; }

Property Value

ValueKinds

DocumentMode

public DocumentModes DocumentMode { get; set; }

Property Value

DocumentModes

Description

public string Description { get; set; }

Property Value

String

Constructors

MinMaxNodeConfiguration()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public MinMaxNodeConfiguration()