IPrecastConcreteProfile Interface

Represents a precast concrete profile

Namespace:  TSD.API.Remoting.Decking
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IPrecastConcreteProfile : IProfile

The IPrecastConcreteProfile type exposes the following members.

Properties
  NameDescription
Public propertyCountry
Gets the country the decking applies to
(Inherited from IProfile.)
Public propertyDeckingGeometry
Gets the geometry of the decking
(Inherited from IProfile.)
Public propertyIsDefault
Gets a value specifying whether this deck is the default one for its country
(Inherited from IProfile.)
Public propertyManufacturer
Gets the name of the manufacturer
(Inherited from IProfile.)
Public propertyPrecastConcreteGeometry
Gets the type of the precast profile
Public propertyProfileName
Gets the name of the profile
(Inherited from IProfile.)
Public propertySize
Gets the size of the decking ([mm])
(Inherited from IProfile.)
Public propertyUserDefined
Gets a value specifying whether the decking is user-defined
(Inherited from IProfile.)
Top
See Also