Class StructureAttribute

StructureAttribute class

Represents attribute of structure element.

public class StructureAttribute

Constructors

NameDescription
StructureAttribute(AttributeKey)Initializes a new instance of the StructureAttribute.

Properties

NameDescription
IsInitializedValue { get; }Gets status of structure attribute value. True if value is set.
Key { get; }Gets attribute key.

Methods

NameDescription
GetArrayNumberValue()Gets Value Number Array.
GetArrayValue()Gets Value Name Array.
GetNameValue()Gets Value Name.
GetNumberValue()Gets Value Number.
GetStringValue()Gets Value String.
SetArrayNumberValue(double?[])
SetArrayValue(AttributeName[])Sets Value Name Array.
SetColorValue(Color)Sets Value Color.
SetNameValue(AttributeName)Sets Value Name.
SetNumberValue(double)Sets Value Number.
SetRectangleValue(Rectangle)Sets Value Rectangle.
SetStringValue(string)Sets Value String.

See Also