Canguro.Model.Design.LRFD99.CopyFrom C# (CSharp) Method

CopyFrom() public method

public CopyFrom ( DesignOptions copy ) : void
copy DesignOptions
return void
        public override void CopyFrom(DesignOptions copy)
        {
            if (copy is LRFD99)
                CopyFrom((LRFD99)copy);
        }

Same methods

LRFD99::CopyFrom ( LRFD99 copy ) : void