Click or drag to resize

IiPropertiesExpression Property (Object, String, String)

Gets or sets the expression of an iProperty in a component or document. The value will be String.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property Expression ( 
	componentOrDocName As Object,
	setName As String,
	propertyName As String
) As String
	Get
	Set

Parameters

componentOrDocName
Type: SystemObject
The component or document name.
setName
Type: SystemString
The name of the iProperty set, e.g. "Project", "Custom", etc.
propertyName
Type: SystemString
The name of the iProperty.

Property Value

Type: String
The iProperty expression.
See Also