.NET Matrix Library
RefinementSteps Property
See Also  Send comments on this topic


Specifies the maximum number of the refinement steps to be used.

Syntax

Visual Basic (Declaration) 
Public Property RefinementSteps As Integer
C# 
public int RefinementSteps {get; set;}
C++/CLI 
public:
property int RefinementSteps {
   int get();
   void set (    int value);
}

Property Value

An integer value.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation