STK ObjectsSend comments on this topic.
CreateSymbol Method (IAgStdMil2525bSymbols)
See Also
SymbolID
SaveImageFilePath
Windows





Windows & Linux

Description

Generates a 2525b symbol. Image will be saved to the file specified by SaveImageFilePath.

Syntax

[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:

Parameters

SymbolID
SaveImageFilePath

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.