Description
Unlinks the current article (texts and pictures).
If its Boolean parameter is true, unlinks the article from page, but keeps the geometry as local.
Syntax
object.Unlink (bMakeTemplate) |
object
Required. Object name. Returned by Fred.GetActiveArticle.
bMakeTemplate
Required. If FALSE, just unlinks. If TRUE, converts article to template.
Example
This script unlinks the article and removes the geometry from it.
If Fred.HasActiveArticle Then
Fred.GetActiveArticle.Unlink (FALSE)
End If
Context
Article object
See also