BetaSpeckle.BetaSpeckleComponentAttributes.BetaSpeckleComponentAttributes C# (CSharp) Method

BetaSpeckleComponentAttributes() public method

public BetaSpeckleComponentAttributes ( BetaSpeckleComponent owner ) : Grasshopper.GUI.Canvas
owner BetaSpeckleComponent
return Grasshopper.GUI.Canvas
        public BetaSpeckleComponentAttributes(BetaSpeckleComponent owner) : base(owner)
        {
            this.CurrentOwner = owner;
        }