"showInternalDpTypes"
    
    Defines whether internal data points should also be shown in the view of the data point tree.
Synopsis
 setValue(string shape, "showInternalDpTypes", bool showInternal); 
getValue(string shape, "showInternalDpTypes", bool
            &showInternal);
shape.showInternalDpTypes(bool &showInternal);
Parameter
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| showInternal | 
                                 TRUE = Internal data points are shown. FALSE = Internal data points are not shown.  | 
                        
Description
Defines whether internal data points should also be shown in the view of the data point tree.
Assignment
DpTreeView
