MLightCAD
    Preparing search index...

    Result of a prompt that requests a rectangular box.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    The status of the prompt (e.g. OK, Cancel, Error). Modeled on PromptStatus in the AutoCAD .NET API.

    stringResult?: string

    An optional string result. This is typically set when status is Keyword or when the prompt returns a string as its primary result. Corresponds to PromptResult.StringResult in the .NET API.

    value?: AcGeBox2d

    Gets the rectangular bounding box that the user specified.