 | QueryResultAllInternalElementMirrors Method |
Gets all InternalElement objects from the document which are mirrors.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IEnumerable<InternalElementType> AllInternalElementMirrors(
this CAEXDocument doc
)
<ExtensionAttribute>
Public Shared Function AllInternalElementMirrors (
doc As CAEXDocument
) As IEnumerable(Of InternalElementType)
public:
[ExtensionAttribute]
static IEnumerable<InternalElementType^>^ AllInternalElementMirrors(
CAEXDocument^ doc
)
Parameters
- doc CAEXDocument
- The document.
Return Value
IEnumerableInternalElementTypeAn enumeration of all InternalElement mirror objects.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
CAEXDocument. 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