ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / TubesShape3D Class / _pts Field


In This Topic
    _pts Field (TubesShape3D)
    In This Topic
    Stores the points which describes the shape
    Syntax
    'Declaration
     
    
    Protected _pts As Point3D()
    'Usage
     
    
    Dim instance As TubesShape3D
    Dim value() As Point3D()
     
    value = instance._pts
     
    instance._pts = value
    protected Point3D[] _pts
    See Also