Show / Hide Table of Contents

IsValidAlternateTag Method

IsValidAlternateTag(int)

Override the base class. This class does not allow alternate DataTags. The only allowed tag is the defined.

C#
protected override bool IsValidAlternateTag(int dataTag)

Parameters

Type Name Description
int dataTag

The data tag the caller wants to use as an alternate.

Returns

bool

A boolean, true is the given tag can be used as an alternate, false otherwise.

Overrides

PivDataObject.IsValidAlternateTag(int)
In this article
Back to top Generated by DocFX