[]
        
Serializes an object using the ISerializeDrawing interface.
public static bool SerializeDrawing(object o, string elementName, XmlTextWriter w)Public Shared Function SerializeDrawing(o As Object, elementName As String, w As XmlTextWriter) As Boolean| Type | Name | Description | 
|---|---|---|
| object | o | Object to serialize | 
| string | elementName | Name of XML element | 
| XmlTextWriter | w | XmlTextWriter object to which to save | 
| Type | Description | 
|---|---|
| bool | true if successful; false otherwise |