KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryLoadLayerSet

TryLoadLayerSet(string, string)

Loads the layers set from a layers set file.

Declaration
public bool TryLoadLayerSet(string layersetFilename, string layersetName)
Parameters
Type Name Description
string layersetFilename

Name of the layers set file.

string layersetName

Name of the layers set.

Returns
Type Description
bool

true if the layer set was successfully loaded, false otherwise.

Remarks

Layers sets are used to specify if objects belonging to a given layer should be displayed or not, and if they should be displayed, what drawing style should be applied to them (surface style, outline style), if the objects can be selected or not, etc.

In this article
Back to top Generated by DocFX