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: 25.0
Syntax
VB
Property Expression (
componentOrDocName As Object,
setName As String,
propertyName As String
) As String
Get
Set
C#
string this[
Object componentOrDocName,
string setName,
string propertyName
] { get; set; }
Parameters
- componentOrDocName
- Type: System.Object
The component or document name. - 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.
See Also
Reference