SurfaceMagnetism.BoxRaysPerEdge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of rays per edge, should be odd. Total casts is n^2
public:
property int BoxRaysPerEdge { int get(); void set(int value); };
public int BoxRaysPerEdge { get; set; }
member this.BoxRaysPerEdge : int with get, set
Public Property BoxRaysPerEdge As Integer