Click or drag to resize

SenderDescription Class

Definition of the sender.
Inheritance Hierarchy
SystemObject
  Demo3D.MultiModel.SharedDescriptionBase
    Demo3D.MultiModel.SharedSenderDescription

Namespace: Demo3D.MultiModel.Shared
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class SenderDescription : DescriptionBase

The SenderDescription type exposes the following members.

Constructors
 NameDescription
Public methodSenderDescriptionInitializes a new instance of the SenderDescription class
Top
Properties
 NameDescription
Public propertyId Gets or sets the ID of the description.
(Inherited from DescriptionBase)
Public propertyLoadCatalogPaths The ids of the catalog paths of all loads that will be sent by the sender
Public propertyName Gets or sets the name.
(Inherited from DescriptionBase)
Top
Methods
 NameDescription
Public methodToString
(Inherited from DescriptionBase)
Top
See Also