AGI STK Objects 11 Send comments on this topic.
CreateSymbol Method (IAgStdMil2525bSymbols)
See Also 
SymbolID
SaveImageFilePath





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1