Generates a 2525b symbol. Image will be saved to the file specified by SaveImageFilePath.
[Visual Basic .NET] |
---|
Public Sub CreateSymbol( _ ByVal SymbolID As String, _ ByVal SaveImageFilePath As String _ ) |
[C#] |
---|
public void CreateSymbol( string SymbolID, string SaveImageFilePath ); |
[Managed C++] |
---|
public: void CreateSymbol( String __gc ^ SymbolID, String __gc ^ SaveImageFilePath ); |
[Unmanaged C++] |
---|
public: HRESULT CreateSymbol( BSTR SymbolID, BSTR SaveImageFilePath ); |
[Java] |
---|
public void createSymbol( String SymbolID, String SaveImageFilePath ); |
[Python - STK API ] |
---|
def CreateSymbol(self, SymbolID:str, SaveImageFilePath:str) -> None: |
- SymbolID
- SaveImageFilePath