'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Shared Function IsValidAttributeId( _ ByVal attributeId As Long _ ) As Boolean
'Usage
Dim attributeId As Long Dim value As Boolean value = AEUtilities.IsValidAttributeId(attributeId)
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public static bool IsValidAttributeId( long attributeId )
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public: static bool IsValidAttributeId( int64 attributeId )
Parameters
- attributeId
- The attribute Id to be tested.
Return Value
true
if attributeId is a valid attribute Id; false
otherwise.
This return value of this method should not be ignored.