Gets or sets the value of an iProperty in a component or document.
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: 25.0
Syntax
VB
Property Value (
componentOrDocName As Object,
setName As String,
propertyName As String
) As Object
Get
Set
C#
Object 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:
ObjectThe iProperty value.
See Also
Reference