Click or drag to resize

ExtensionsToLayer(Int32) Method

Converts integer to LAYERS.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public static LAYERS ToLayer(
	this int layer
)

Parameters

layer  Int32
Number of layers for 3D correction files as int.

Return Value

LAYERS
Number of layers for 3D correction files as LAYERS.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Int32. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also