CadObjectAttribute.AttributeValues

CadObjectAttribute.AttributeValues property

Gets or sets the attribute values.

public List<CadCodeValue> AttributeValues { get; set; }

Property Value

The attribute values.

See Also