 | NominalScaledTypeTypeValueAttributes Property |
Gets a list of
CaexValue corresponding to the associated nominal values of this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic List<CaexValue> ValueAttributes { get; }
Public ReadOnly Property ValueAttributes As List(Of CaexValue)
Get
public:
virtual property List<CaexValue^>^ ValueAttributes {
List<CaexValue^>^ get () sealed;
}
Property Value
ListCaexValueImplements
IAttributeValueTypeValueAttributes
See Also