ILoadcase Interface

Represents a loadcase

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ILoadcase : ILoadingCase, 
	IEntity, IHaveId, IHaveIndex, IHaveName

The ILoadcase type exposes the following members.

Properties
  NameDescription
Public propertyAppliesLiveLoadReductions
Gets a value indicating whether live load reductions are applied
Public propertyAustralianCombinationFactors
Gets the combination factors specific to Australian head code
Public propertyAustralianLoadingCategory
Gets the type of Australian loading category
Public propertyAutomaticLoading
Gets a value indicating that the loading is generated automatically
Public propertyEc3LoadingCategory
Gets the type of EC3 loading category
Public propertyEcCombinationFactors
Gets the combination factors specific to EC head code
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyGeneralType
Gets the type of the loadcase
Public propertyHasPatternEccentricityMomentsForPrecastColumns
Gets a value indicating whether the loadcase should pattern eccentricity moments for precast columns
Public propertyHasPatternEccentricityMomentsForSteelColumns
Gets a value indicating whether the loadcase should pattern eccentricity moments for steel columns
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyIsPatterned
Gets a value indicating whether the loadcase is patterned
Public propertyLongTerm
Gets the long term percentage
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertyPriorToBrittleFinishes
Gets the prior to brittle finishes
Public propertyReferenceIndex
Gets the reference index of the loading case
(Inherited from ILoadingCase.)
Public propertySpeciality
Gets the loadcase speciality
Public propertyType
Gets the extended type of the loadcase
Public propertyUserName
Gets the username of the loading case
(Inherited from ILoadingCase.)
Top
Methods
  NameDescription
Public methodCreateLoadAsync
Creates new loads
Public methodGetLoadsAsync
Returns a collection of loads with given types
Top
See Also