Is the DOP method supported?
[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: |
- Method