EnumExtensionsToDisplayString Method
Namespace: PCBI_AOI_Analysis.Analysis.AXIAssembly: PCBI_AOI_Analysis (in PCBI_AOI_Analysis.dll) Version: 17.0.0.0 (17.0.0.0)
public static string ToDisplayString(
this CameraType cameraType
)
<ExtensionAttribute>
Public Shared Function ToDisplayString (
cameraType As CameraType
) As String
public:
[ExtensionAttribute]
static String^ ToDisplayString(
CameraType cameraType
)
[<ExtensionAttribute>]
static member ToDisplayString :
cameraType : CameraType -> string
- cameraType CameraType
-
StringIn Visual Basic and C#, you can call this method as an instance method on any object of type
CameraType. 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).