Skip to main content

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​

String

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​

String

Value​

Optionally constant value

public object Value { get; set; }

Property Value​

Object

Constructors​

AttributeUpdateConfiguration()​

public AttributeUpdateConfiguration()