IiPropertiesValue Property (String, String) |
Gets or sets the value of an iProperty.
The value can be a String, Double, Date or Boolean.
Note: the type of the iProperty can be changed by setting this value.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property Value (
setName As String,
propertyName As String
) As Object
Get
Set
Object 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:
ObjectThe iProperty value.
See Also