IiPropertiesValue Property (Object, String, String) |
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: 23.0
Syntax Property Value (
componentOrDocName As Object,
setName As String,
propertyName As String
) As Object
Get
Set
Object 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:
ObjectThe iProperty value.
See Also