ICombination Interface

Represents a combination of loadcases

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

The ICombination type exposes the following members.

Properties
  NameDescription
Public propertyAppliesLiveLoadReductions
Gets a value indicating whether live load reductions are applied
Public propertyCombinationClass
Gets the class of the combination
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyFactoringType
Gets the factoring type
Public propertyHasAutoKAmplifier
Gets a value indicating whether the k amplifier should be calculated automatically
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyIsActive
Gets a value indicating whether the combination is on or off for analysis and design
Public propertyIsService
Gets a value indicating whether the combination is assessed for deflection
Public propertyIsStrength
Gets a value indicating whether the combination is assessed for design
Public propertyKAmplifier
Gets the k amplifier
Public propertyKAmplifierSource
Gets the source for k amplifier
Public propertyKAmplifierTarget
Gets the target for k amplifier
Public propertyLoadcaseFactors
Gets the list of loadcases with their factors
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertyNhlServiceFactorX
Gets the service notional horizontal loads factor in X direction
Public propertyNhlServiceFactorY
Gets the service notional horizontal loads factor in Y direction
Public propertyNhlStrengthFactorX
Gets the strength notional horizontal loads factor in X direction
Public propertyNhlStrengthFactorY
Gets the strength notional horizontal loads factor in Y direction
Public propertyNhlX
Gets the notional horizontal loads in X direction
Public propertyNhlY
Gets the notional horizontal loads in Y direction
Public propertyReferenceIndex
Gets the reference index of the loading case
(Inherited from ILoadingCase.)
Public propertySlsId
Gets the ID of the corresponding SLS combination
Public propertyUserName
Gets the username of the loading case
(Inherited from ILoadingCase.)
Top
Methods
  NameDescription
Public methodAddLoadcaseAsync
Adds an ILoadcase to this combination
Public methodGetLoadcaseAsync
Returns a loadcase from the combination at the given index
Top
See Also