MLightCAD
    Preparing search index...

    Interface AcApResolveSelectedOptions

    interface AcApResolveSelectedOptions {
        clearOnEmpty?: boolean;
        promptKey?: string;
    }
    Index

    Properties

    clearOnEmpty?: boolean

    When true, empty selection clears the selection set. Default true.

    promptKey?: string

    I18n sysCmdPrompt key used when prompting for a selection.