Description:

Deletes a grip object.

Syntax:
public bool DeleteGrip(
GripObject grip
)
Parameters:
Returns:
Type: bool
True on success.
Available since:
6.5

Description:

Deletes a grip object.

Syntax:
public bool DeleteGrip(
ObjRef gripRef
)
Parameters:
  • gripRef
  • Type: ObjRef
  • A reference to the grip object to delete.
Returns:
Type: bool
True on success.
Available since:
6.5

Description:

Deletes a grip object.

Syntax:
public bool DeleteGrip(
Guid gripId
)
Parameters:
  • gripId
  • Type: System.Guid
  • The id of the grip object to delete.
Returns:
Type: bool
True on success.
Available since:
6.5

Nothing found