Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsAttributesTypeSupported( _ ByVal Attributes As AgEVeVOAttributes _ ) As Boolean |
[C#] |
---|
public bool IsAttributesTypeSupported( AgEVeVOAttributes Attributes ); |
[Managed C++] |
---|
public: bool IsAttributesTypeSupported( AgEVeVOAttributes Attributes ); |
[Unmanaged C++] |
---|
public: HRESULT IsAttributesTypeSupported( AgEVeVOAttributes Attributes, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isAttributesTypeSupported( AgEVeVOAttributes Attributes ); |
[Python - STK API ] |
---|
def IsAttributesTypeSupported(self, Attributes:"AgEVeVOAttributes") -> bool: |
- Attributes