Click or drag to resize
TransitFactorySymbol Method

[This is preliminary documentation and is subject to change.]

Converts a String or ISymbol to an ISymbol.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static ISymbol Symbol(
	Object obj
)

Parameters

obj
Type: SystemObject
A string or a symbol.

Return Value

Type: ISymbol
A symbol.
See Also