STK AgAsHpopPluginSend comments on this topic.
DebugMode Property (IAgAsDensityModelPluginSample)
See Also
Windows





Windows & Linux

Description

Flag to turn debug mode on/off. When on, messages are reported to message viewer at the ReportFrequency.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DebugMode() As Boolean
[C#]
public bool DebugMode {get; set;}
[Managed C++]
public: __property bool get_DebugMode();
public: __property void set_DebugMode( bool );
[Unmanaged C++]
public: HRESULT get_DebugMode(
    VARIANT_BOOL * pDebugMode
);
public: HRESULT put_DebugMode(
    VARIANT_BOOL NewDebugMode
);
[Java]
public bool getDebugMode();
public void setDebugMode(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.