KitchenDraw SDK 2
Show / Hide Table of Contents

Method SetArticleToBePlaced

SetArticleToBePlaced(string, string, HandingType)

Selects the article in the Catalogs window.

Declaration
public bool SetArticleToBePlaced(string catalogFilename, string reference, Scene.Object.HandingType handingType)
Parameters
Type Name Description
string catalogFilename

Catalog filename without path and without extension.

string reference

Reference of the article to select.

Scene.Object.HandingType handingType

Handing of the article type to select.

Returns
Type Description
bool

true if the reference of the article was found in the specified catalog, false otherwise.

Remarks

The catalogs and sections combo boxes, and the blocks and articles list boxes are updated accordingly.

This feature is particularly useful when developing article search plugins.

In this article
Back to top Generated by DocFX