Class SlabItemAttributeSetParams
Represents parameters required to create a slab item attribute set
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class SlabItemAttributeSetParams : AttributeSetParams
Properties
| Name | Description |
|---|---|
| IsColumnDrop | Gets a value indicating whether the attribute set is defined to create a column drop |
| IsOverhang | Gets a value indicating whether the attribute set is defined to create a slab overhang |
Methods
| Name | Description |
|---|---|
| ColumnDrop() | Returns a new SlabItemAttributeSetParams instance for creating attribute set for a column drop |
| General() | Returns a new SlabItemAttributeSetParams instance for creating attribute set for a general slab item |
| Overhang() | Returns a new SlabItemAttributeSetParams instance for creating attribute set for a slab overhang |