Click or drag to resize

ICadFeatureColor Property (Object, String)

Gets or sets the appearance name (which may be a color) for a feature in a component or document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property Color ( 
	componentOrDocName As Object,
	featureName As String
) As String
	Get
	Set

Parameters

componentOrDocName
Type: SystemObject
The component or document name.
featureName
Type: SystemString
The feature name.

Property Value

Type: String
See Also