<< Click to Display Table of Contents >> NShape Reference
|
Gets and sets the model object for the shape.
public abstract IModelObject ModelObject { get; set; } |
Shapes can but need not have a model object. As long as it has a model object, the model object holds a reference to the shape. The bidirectional link between shapes and model objects must be cut by setting ModelObject to null before the shape can be released.