'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets the a value whether the segmented image will cache the parts of the original image.")> Public Overridable Property ExtractImageParts As System.Boolean
'Usage
Dim instance As NImageShape Dim value As System.Boolean instance.ExtractImageParts = value value = instance.ExtractImageParts
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets the a value whether the segmented image will cache the parts of the original image.")] public virtual System.bool ExtractImageParts {get; set;}