ShouldSerializeTag Method (ArcShape)
In This Topic
Indicates whether the Tag property should be persisted.
Syntax
'Declaration
Public Overridable Function ShouldSerializeTag() As Boolean
'Usage
Dim instance As ArcShape
Dim value As Boolean
value = instance.ShouldSerializeTag()
public virtual bool ShouldSerializeTag()
See Also