UnSetLock (Parameter)

Introduced

4.0

Description

Unlocks a parameter. The level passed to the method is used to determine which area is locked on the parameter.

Scripting Syntax

Parameter.UnSetLock( [level], [password] )

C# Syntax

Parameter.UnSetLock( siLockLevel in_LockLevel, String in_Password );

Parameters

Parameter

Type

Description

level

siLockLevel

The level to lock. The lock level is a bit field, so it can be only one level or a combinaison of many level or to have all levels, siLockLevelAll can be used.

Default Value: siLockLevelAll

password

String

If the scene is locked protected by a password, the password need to be provided in order to unlcok the parameter.

Default Value: none

Return Value

siLockLevel

Examples

JScript Example

// See the example under Parameter.IsLocked

See Also

Parameter.SetLock

Parameter.SetLock

Parameter.LockType

Parameter.LockLevel

Parameter.IsLocked

ProjectItem.UnSetLock

Lock

Unlock



Autodesk Softimage v7.5