Click or drag to resize

IiLogicAutomationGetNamedEntities Method

Gets the named entities in a document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function GetNamedEntities ( 
	document As Document
) As NamedEntities

Parameters

document
Type: Document
The document. (Currently, only part document can contain named entities.)

Return Value

Type: NamedEntities
See Also