STK AgCrdnPluginSend comments on this topic.
Reset Method (IAgCrdnPointPlugin)
See Also
Result
Windows





Windows & Linux

Description

Reset the plugin.

Syntax

[Visual Basic .NET]
Public Function Reset( _
    ByVal Result As IAgCrdnPointPluginResultReset _
) As Boolean
[C#]
public bool Reset(
    IAgCrdnPointPluginResultReset Result
);
[Managed C++]
public: bool Reset(
    IAgCrdnPointPluginResultReset ^ Result
);
[Unmanaged C++]
public: HRESULT Reset(
    IAgCrdnPointPluginResultReset * Result,
    VARIANT_BOOL * pResult
);
[Java]
public bool reset(
    IAgCrdnPointPluginResultReset Result
);

Parameters

Result

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.