Go to: Synopsis. Flags. Return value. Keywords. Related. MEL examples.
editDisplayLayerGlobals [-baseId int] [-currentDisplayLayer select] [-mergeType int] [-useCurrent boolean]
editDisplayLayerGlobals is undoable, queryable, and NOT editable.
Edit the parameter values common to all display layers. Some of these
paremeters, eg. baseId and mergeType, are stored as preferences and
some, eg. currentDisplayLayer, are stored in the file.
baseId, currentDisplayLayer, mergeType, useCurrent
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command
|
[bool]
Command success
[string]
Current display layer name, when querying
[int]
Merge type, when querying
[int]
Base ID, when querying
displayLayer, display, layer, globals, current, merge
createDisplayLayer, editDisplayLayerMembers, layerButton
editDisplayLayerGlobals -cdl displayLayer1;
editDisplayLayerGlobals -q -cdl;
// Result: displayLayer1
editDisplayLayerGlobals -q bi;
// Result: 10
editDisplayLayerGlobals -useCurrent on;