Class MaterialsSettingsItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MaterialsSettingsItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MaterialsSettingsItem : NamedDatabaseItem, IEquatable<APIBase>
Properties
AvailableMaterialStandards
Declaration
public ReadOnlyCollection<EnumWithBoolean<MaterialStandards>> AvailableMaterialStandards { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<EnumWithBoolean<MaterialStandards>> |
Implements
System.IEquatable<T>