Gets or sets the expression of an iProperty.
The value will be String.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Property Expression ( setName As String, propertyName As String ) As String Get Set
C#
string this[ string setName, string propertyName ] { get; set; }
Parameters
- setName
- Type: System.String
The name of the iProperty set, e.g. "Project", "Custom", etc. - propertyName
- Type: System.String
The name of the iProperty.
Property Value
Type: StringThe iProperty expression.