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: 30.0
Syntax
VB
Property Color ( componentOrDocName As Object, featureName As String ) As String Get Set
C#
string this[ Object componentOrDocName, string featureName ] { get; set; }
Parameters
- componentOrDocName
- Type: System.Object
The component or document name. - featureName
- Type: System.String
The feature name.