Share

IiProperties.Value 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: 29.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: Object
The iProperty value.

See Also

Reference

Was this information helpful?