 | AMLGroupAssociableFacets Method |
Returns the names of the facets, defined in the master InternalElements of all mirrors in this group.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<string> AssociableFacets()
Public Function AssociableFacets As IEnumerable(Of String)
public:
IEnumerable<String^>^ AssociableFacets()
Return Value
IEnumerableStringEnumeration of distinct names of facets.
See Also