ISlab Interface

Represents a slab

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISlab : IEntity, IHaveId, 
	IHaveIndex, IHaveName, IPlanarEntity

The ISlab type exposes the following members.

Properties
  NameDescription
Public propertyConstructionPlaneInfo (Inherited from IPlanarEntity.)
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertySlabData
Gets the additional data of this slab
Public propertySlabItemIndices
Gets the indices of slab items in this slab
Top
See Also