Method DeSerialize
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
DeSerialize(DeSerializer, string, object)
This Function is called foreach field name of the vdDocument object when opening in vdml format.
public override bool DeSerialize(DeSerializer deserializer, string fieldname, object value)
Parameters
deserializerDeSerializerThe DeSerializer object.
fieldnamestringThe name of the property of the object.
valueobjectthe value of the property.
Returns
- bool
Returns False if the fieldname does not correspond to a property of the object.
- See Also