ElementLoad(ElementLoad) Constructor
Initializes a new instance of the
ElementLoad class.
copy constructor for element loads.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected ElementLoad(
ElementLoad other
)
Protected Sub New (
other As ElementLoad
)
protected:
ElementLoad(
ElementLoad^ other
)
new :
other : ElementLoad -> ElementLoad
Parameters
- other ElementLoad
- element-load to be copied.