STK AgRadarPluginSend comments on this topic.
ScatteringPointComponentName Property (IAgStkRadarClutterPatch)
See Also
Windows





Windows & Linux

Description

Gets or set the patch scattering point model by component name.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScatteringPointComponentName() As String
[C#]
public string ScatteringPointComponentName {get; set;}
[Managed C++]
public: __property String __gc ^ get_ScatteringPointComponentName();
public: __property void set_ScatteringPointComponentName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ScatteringPointComponentName(
    BSTR * pScatteringPoitnModelComponentName
);
public: HRESULT put_ScatteringPointComponentName(
    BSTR scatteringPoitnModelComponentName
);
[Java]
public String getScatteringPointComponentName();
public void setScatteringPointComponentName(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.