AttributeUpdateConfiguration
Namespace: Meshmakers.Octo.MeshAdapter.Nodes
Update of a specific attribute
public class AttributeUpdateConfiguration
Inheritance Object → AttributeUpdateConfiguration
Properties
AttributeName
Defines the attribute name path
public string AttributeName { get; set; }
Property Value
AttributeValueType
Gets or sets the attribute value type
public Nullable<AttributeValueTypesDto> AttributeValueType { get; set; }
Property Value
Nullable<AttributeValueTypesDto>
ValuePath
Value path
public string ValuePath { get; set; }
Property Value
Value
Optionally constant value
public object Value { get; set; }
Property Value
Constructors
AttributeUpdateConfiguration()
public AttributeUpdateConfiguration()