Description
Returns the id of the multimedia object (image, audio, video, document), referenced by this text, or 0 id there's no reference.
Available in Ted and in Fred.
Syntax
object.ReferenceId |
object
Required. Object name. Returned by Ted.GetActiveTxt, objNode.GetTxt or objArticle.GetTxt(nIdx).
Example
If Ted.HasActiveTxt Then
dim objT = Ted.GetActiveTxt
MsgBox (objT.referenceId)
End If
Context
Text object
See also
ReferenceH, ReferenceW, ReferenceX, ReferenceY, ReferenceIsDummyImg