STK ObjectsSend comments on this topic.
SetIFStcType Method (IAgRadarReceiver)
See Also
TypeName
Windows





Windows & Linux

Description

Method for setting the IF STC Type

Syntax

[Visual Basic .NET]
Public Sub SetIFStcType( _
    ByVal TypeName As String _
)
[C#]
public void SetIFStcType(
    string TypeName
);
[Managed C++]
public: void SetIFStcType(
    String __gc ^ TypeName
);
[Unmanaged C++]
public: HRESULT SetIFStcType(
    BSTR TypeName
);
[Java]
public void setIFStcType(
    String TypeName
);
[Python - STK API ]
def SetIFStcType(self, TypeName:str) -> None:

Parameters

TypeName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.