ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / IGeometry3D Interface / Geometry Property


In This Topic
    Geometry Property (IGeometry3D)
    In This Topic
    Gets the 3D geometry.
    Syntax
    'Declaration
     
    
    ReadOnly Property Geometry As Geometry3D
    'Usage
     
    
    Dim instance As IGeometry3D
    Dim value As Geometry3D
     
    value = instance.Geometry
    Geometry3D Geometry {get;}
    See Also