GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolCreating Class / NewObject Property
In This Topic
    NewObject Property
    In This Topic
    Gets or sets the GoObject that is a copy of the Prototype that will be added to this view's document in DoCreate.
    Syntax
    public GoObject NewObject {get; set;}
    Remarks
    This property is set by DoMouseMove when this tool is Active. The value is the result of a call to CopyPrototype. While the user is dragging the mouse around, this new object will be part of the view. The DoCreate method will remove this new object from the view and add it to the document.
    See Also