AGI STK Objects 11Send comments on this topic.
IsMethodSupported Method (IAgFmDefDilutionOfPrecision)
See Also
AgEFmMethod
Windows






Windows & Linux

Description

Is the DOP method supported?

Syntax

[Visual Basic .NET]
Public Function IsMethodSupported( _
    ByVal AgEFmMethod As AgEFmMethod _
) As 
[C#]
public bool IsMethodSupported(
    AgEFmMethod AgEFmMethod
);
[Managed C++]
public: bool IsMethodSupported(
    AgEFmMethod AgEFmMethod
);
[Java]
public bool isMethodSupported(
    AgEFmMethod AgEFmMethod
);
[Unmanaged C++]
public: HRESULT IsMethodSupported(
    AgEFmMethod AgEFmMethod,
    VARIANT_BOOL * pSupported
);

Parameters

AgEFmMethod

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.