ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...Implicit Conversion OperatorsRfsgMarkerEventExportedOutputTerminal Implicit Conversion (String to RfsgMarkerEventExportedOutputTerminal)Current page
Table of Contents

RfsgMarkerEventExportedOutputTerminal Implicit Conversion (String to RfsgMarkerEventExportedOutputTerminal)

RfsgMarkerEventExportedOutputTerminal Implicit Conversion (String to RfsgMarkerEventExportedOutputTerminal)

RfsgMarkerEventExportedOutputTerminal  Conversion (String to RfsgMarkerEventExportedOutputTerminal)

Converts the specified string to equivalent RfsgMarkerEventExportedOutputTerminal object.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public static implicit operator RfsgMarkerEventExportedOutputTerminal (
	string outputTerminal
)
Public Shared Widening Operator CType ( 
	outputTerminal As String
) As RfsgMarkerEventExportedOutputTerminal

Parameters

outputTerminal
Type: SystemString
Specifies the string to be converted to the equivalent RfsgMarkerEventExportedOutputTerminal object.

Return Value

Type: RfsgMarkerEventExportedOutputTerminal
Returns an object of type RfsgMarkerEventExportedOutputTerminal from the string passed in outputTerminal.

See Also

In This Section
Was this information helpful?