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
SyntaxProperty Expression (
componentOrDocName As Object,
setName As String,
propertyName As String
) As String
Get
Set
string this[
Object componentOrDocName,
string setName,
string propertyName
] { 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:
StringThe iProperty expression.
See Also