Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
List of all members | Public Member Functions | Public Attributes
javascript::IlsViewed Class Reference

IlsViewed JavaScript proxy More...

#include <javascript/serverside.h>

Inheritance diagram for javascript::IlsViewed:
javascript::IlsDynObject

Public Member Functions

void cut (Boolean ownership, Boolean userel)
 Cuts the object. More...
 

Public Attributes

String typename
 This property returns the name of the object type. It is the standard property of JavaScript.
 

Detailed Description

IlsViewed JavaScript proxy

Warning
This class is a JavaScript class, not a C++ one.
See also
IlsViewed (C++(C++)

Member Function Documentation

◆ cut()

void javascript::IlsViewed::cut ( Boolean  ownership,
Boolean  userel 
)

Cuts the object.

Parameters
ownershiptrue to cut ownership.
usereltrue to cut use relation.