AGI STK Objects 11Send 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
);
[Java]
public  createSymbol(
   String SymbolID,
   String SaveImageFilePath
);
[Unmanaged C++]
public: HRESULT CreateSymbol(
   BSTR SymbolID,
   BSTR SaveImageFilePath
);

Parameters

SymbolID
SaveImageFilePath

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.