Share

ICadComponent.Color Property

Gets or sets the appearance (i.e. color or other appearance name) of a component occurrence.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property Color ( 
	componentName As Object
) As String
	Get
	Set

C#

string this[
	Object componentName
] { get; set; }

Parameters

componentName
Type: System.Object
The name (or path) of the component occurrence.

Property Value

Type: String

See Also

Reference

Was this information helpful?