Click or drag to resize

ExtensionsToLayerCount Method

Converts LAYERS to integer.

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

Parameters

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

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type LAYERS. 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