IManagedComponentsContentCenterLanguage Property |
Gets and sets the name of the language to be used in searches for Content Center parts.
Acceptable values: "en-US" "zh-CN" "zh-TW" "cs-CZ" "de-DE" "fr-FR" "es-ES" "it-IT" "ja-JP" "ko-KR" "pl-PL" "pt-BR" "ru-RU" "hu-HU"
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property ContentCenterLanguage As String
Get
Set
string ContentCenterLanguage { get; set; }
Property Value
Type:
StringRemarks
It's usually not necessary to set this explicitly in a rule that is stored within a document.
When you create a rule, the current language is stored (one time only) in the document. That language is then used as the default
for all rules in the document.
But in an external rule, this property should be set explicitly.
See Also