 | QueryResultInternalElementMirrors Method |
Returns all Mirrors of the specified InternalElement.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IEnumerable<InternalElementType> InternalElementMirrors(
this InternalElementType master
)
<ExtensionAttribute>
Public Shared Function InternalElementMirrors (
master As InternalElementType
) As IEnumerable(Of InternalElementType)
public:
[ExtensionAttribute]
static IEnumerable<InternalElementType^>^ InternalElementMirrors(
InternalElementType^ master
)
Parameters
- master InternalElementType
- The master.
Return Value
IEnumerableInternalElementType
An enumeration of mirror InternalElements.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
InternalElementType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also