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: 29.0
Syntax
VB
Property Value ( setName As String, propertyName As String ) As Object Get Set
C#
Object 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: ObjectThe iProperty value.