Click or drag to resize

IiLogicAutomationParams Property

Gets a list of the Text and True/False parameters in the document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
ReadOnly Property Params ( 
	doc As Document
) As IEnumerable
	Get

Parameters

doc
Type: Document

Property Value

Type: IEnumerable

Return Value

Type: IEnumerable
An IEnumerable of objects that implement the iLogicParameter interface.
Remarks
This function is deprecated. Use the Inventor API interface named Parameters instead.
See Also