TimeHistoryCase Constructor  | 
3D Frame Analysis Library 
            Initialization of a time history case
            
 
    Namespace: 
   Frame3D
    Assembly:
   Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntaxpublic TimeHistoryCase(
	string _name,
	GroundMotionDirection _direction,
	ModeComboType _Type
)
Public Sub New ( 
	_name As String,
	_direction As GroundMotionDirection,
	_Type As ModeComboType
)
Parameters
- _name
 - Type: SystemString
Time history case name - _direction
 - Type: Frame3DGroundMotionDirection
Ground acceleration direction - _Type
 - Type: Frame3DModeComboType
Defines how the different independent static-equivalent cases will be combined 
See Also