ExtensionsToLayer(String) Method |
Converts string to LAYERS.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic static LAYERS ToLayer(
this string layer
)
Parameters
- layer String
- Number of layers for 3D correction files as string.
Return Value
LAYERSNumber 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
String. 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