Nevron .NET Vision
Nevron.Chart Namespace / NPointSetSimplifier3D Class / DistanceFactor Property


In This Topic
    DistanceFactor Property
    In This Topic
    Gets or sets the distance factor
    Syntax
    'Declaration
     
    
    Public Property DistanceFactor As System.Double
    'Usage
     
    
    Dim instance As NPointSetSimplifier3D
    Dim value As System.Double
     
    instance.DistanceFactor = value
     
    value = instance.DistanceFactor
    public System.double DistanceFactor {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also