Share

IiProperties.StylesInEnglish Property

Gets or sets a value that affects several iProperties functions. If this is set to True, the functions that return a material or appearance (color) name will return the name in English. This can be used to make rules more portable. The default is False.

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

Syntax

VB

Property StylesInEnglish As Boolean
	Get
	Set

C#

bool StylesInEnglish { get; set; }

Return Value

Type: Boolean

See Also

Reference

Was this information helpful?