KitchenDraw SDK 2
Show / Hide Table of Contents

Method LoadLayerSet

LoadLayerSet(string, string)

Loads the layers set from a layers set file.

Declaration
public void LoadLayerSet(string layersetFilename, string layersetName)
Parameters
Type Name Description
string layersetFilename

Name of the layers set file.

string layersetName

Name of the layers set.

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