IiPropertiesExpression Property (String, String) |
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: 23.0
SyntaxProperty Expression (
setName As String,
propertyName As String
) As String
Get
Set
string this[
string setName,
string propertyName
] { get; set; }
Parameters
- 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:
StringThe iProperty expression.
See Also