AGI AgAsHpopPlugin 11 Send comments on this topic.
DebugMode Property (IAgAsLightReflectionPluginSample)
See Also 





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 * pRetVal
);
public: HRESULT put_DebugMode(
VARIANT_BOOL NewDebugMode
);

[Java]
public bool getDebugMode();public void setDebugMode(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1