IiLogicAutomationParamValueInComponent Property |
Gets the value of an Inventor parameter in a component or referenced document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property ParamValueInComponent (
doc As Document,
componentOrDocName As String,
paramName As String
) As Object
Get
Set
Object this[
Document doc,
string componentOrDocName,
string paramName
] { get; set; }
Parameters
- doc
- Type: Document
The document (usually an assembly) that contains the component or referenced document. - componentOrDocName
- Type: SystemString
This can be a component or document name. - paramName
- Type: SystemString
Property Value
Type:
ObjectReturn Value
Type:
ObjectRemarks See Also