Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Variant Class / SilentMode Property
In This Topic
    SilentMode Property
    In This Topic
    Determines if the variant is currently in the silent mode.
    Syntax
    public bool SilentMode {get; set;}
    Remarks

    This property is useful only from plugins.

    In case the varinat was already opened by Open method in the silent mode, the mode can only be changed after closing this variant.

    See Also