STK ObjectsSend comments on this topic.
IsMethodSupported Method (IAgFmDefDilutionOfPrecision)
See Also
Method
Windows





Windows & Linux

Description

Is the DOP method supported?

Syntax

[Visual Basic .NET]
Public Function IsMethodSupported( _
    ByVal Method As AgEFmMethod _
) As Boolean
[C#]
public bool IsMethodSupported(
    AgEFmMethod Method
);
[Managed C++]
public: bool IsMethodSupported(
    AgEFmMethod Method
);
[Unmanaged C++]
public: HRESULT IsMethodSupported(
    AgEFmMethod Method,
    VARIANT_BOOL * pSupported
);
[Java]
public bool isMethodSupported(
    AgEFmMethod Method
);
[Python - STK API ]
def IsMethodSupported(self, Method:"AgEFmMethod") -> bool:

Parameters

Method

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.