Click or drag to resize

QueryResultAllInternalElementMasters Method

Gets all InternalElement objects from the document which are masters.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IEnumerable<InternalElementType> AllInternalElementMasters(
	this CAEXDocument doc
)

Parameters

doc  CAEXDocument
The document.

Return Value

IEnumerableInternalElementType
An enumeration of all InternalElement objects which are InternalElement master 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