AddToMarking
 
 
 

AddToMarking

Description

Adds parameters to the list of marked parameters.

Scripting Syntax

AddToMarking( PathList );

Parameters

Parameter Type Description
PathList Marked parameter list List of relative object or parameter paths to add to current marking list.

Examples

VBScript Example

GetPrim "Null"
SetMarking "kine.local.pos"
AddToMarking "kine.global.pos"
SaveKey ' save keys on local and global pos

See Also

Parameter.Marked SetMarking ClearMarking RemoveFromMarking GetMarking