RecordAttributeUpdate
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
Defines a single attribute update on a record.
public record RecordAttributeUpdate : IEquatable<RecordAttributeUpdate>
Inheritance Object → RecordAttributeUpdate
Implements IEquatable<RecordAttributeUpdate>
Properties
AttributeName
Name of the record attribute to update.
public string AttributeName { get; set; }
Property Value
Value
Static value to set.
public object Value { get; set; }
Property Value
ValuePath
JSONPath to the value to set. Takes precedence over Value.
public string ValuePath { get; set; }
Property Value
Constructors
RecordAttributeUpdate()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public RecordAttributeUpdate()