StylesManager.GetStyleNameFromKey Method
Parent Object: StylesManagerDescription
Method that extracts and returns the internal and display name of a style from the input reference key of the style.
Syntax
StylesManager.GetStyleNameFromKey( ReferenceKey() As Byte, InternalName As String, DisplayName As String )Parameters
Name | Type | Description |
ReferenceKey | Byte | Input Byte array indicating the reference key of a style. |
InternalName | String | Output String value indicating the internal name of a style. |
DisplayName | String | Output String value indicating the display name of a style. |