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