Click or drag to resize

LoadDescription Class

A description of a load to be transmitted.
Inheritance Hierarchy
SystemObject
  Demo3D.MultiModel.ClientLoadDescription

Namespace:  Demo3D.MultiModel.Client
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
public class LoadDescription

The LoadDescription type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMapId
The id of the load type in the server's catalog load map. A value of -1 indicates that the default load of the receiver should be used.
Public propertyProperties
A collection of properties being sent with the load, in the form of (PropertyName, PropertyType, Value).
Top
See Also