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
IEnumerable this[
Document doc
] { get; }
Parameters
- doc
- Type: Document
Property Value
Type:
IEnumerableReturn Value
Type:
IEnumerableAn IEnumerable of objects that implement the iLogicParameter interface.
Remarks This function is deprecated. Use the Inventor API interface named Parameters instead.
See Also