SupportParams Class

Represents parameters required to create a support
Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.CommonEntityParams
    TSD.API.Remoting.Structure.CreateSupportParams

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public sealed class SupportParams : EntityParams

The SupportParams type exposes the following members.

Constructors
  NameDescription
Public methodSupportParams(IConstructionPoint, ISupportAttributeSet)
The constructor for a support parameters
Public methodSupportParams(Int32, ISupportAttributeSet)
The constructor for a support parameters
Top
Properties
  NameDescription
Public propertyAttributeSet
Public propertyEntityType (Inherited from EntityParams.)
Public propertyPointIndex
Gets the index of the construction point
Top
See Also