ShouldSerializeAnchor Method (ArcShape)
In This Topic
Determines if the anchor property should be serialized.
Syntax
'Declaration
Public Overridable Function ShouldSerializeAnchor() As Boolean
'Usage
Dim instance As ArcShape
Dim value As Boolean
value = instance.ShouldSerializeAnchor()
public virtual bool ShouldSerializeAnchor()
See Also