ArticleSelect Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:11

Description

Selects the article with id longArticleId as current, if longArticleId is 0 resets the current article.

Syntax

bValue = Fred.ArticleSelect (lngArticleId, blnInsLocal)

lngArticleId        

Required. Id of the article, or 0 to reset current article.

blnInsLocal

Required. TRUE to prompt to insert the local geometry (if the article has one), or FALSE to ignore it always.

Remarks

Returns the error status. If there was no error, it returns FALSE, otherwise it returns true

Context

Fred application dispatcher commands

See also