 | AttributeNameMappingTypeSystemUnitClassMappingElements Property |
Gets the collection of SystemUnitClass Mapping elements
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override IEnumerable<(AttributeType CaexObject, string MappingIdentifier)> SystemUnitClassMappingElements { get; }
Public Overrides ReadOnly Property SystemUnitClassMappingElements As IEnumerable(Of (CaexObject As AttributeType, MappingIdentifier As String))
Get
public:
virtual property IEnumerable<ValueTuple<AttributeType^, String^>>^ SystemUnitClassMappingElements {
IEnumerable<ValueTuple<AttributeType^, String^>>^ get () override;
}
Property Value
IEnumerableValueTupleAttributeType,
String
See Also