ChartOfCharacteristicTypesManager.<Chart of characteristic types name>.GetRef
Syntax:
Parameters:
<UniqueID> (optional)
Unique ID from which the reference will be formed.
Returned value:
Description:
You can obtain this unique identifier from the reference later with the method UUID.
Availability:
Note:
Example:
Value = XML.GetAttribute("Id"); Try ID = New UUID(Value); Property = ChartsOfCharacteristicTypes.AddProperties.GetRef(ID); Except Return; EndTry; |
See also: