Canguro.Model.Design.LRFD99.CopyFrom C# (CSharp) Méthode

CopyFrom() public méthode

public CopyFrom ( DesignOptions copy ) : void
copy DesignOptions
Résultat void
        public override void CopyFrom(DesignOptions copy)
        {
            if (copy is LRFD99)
                CopyFrom((LRFD99)copy);
        }

Same methods

LRFD99::CopyFrom ( LRFD99 copy ) : void