AGI STK Objects 11Send comments on this topic.
PSDLimitMultiplier Property (IAgModulatorModel)
See Also
Windows






Windows & Linux

Description

Gets or sets the PSD limit multiplier.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PSDLimitMultiplier() As Integer
[C#]
public int PSDLimitMultiplier {get; set;}
[Managed C++]
public: __property int get_PSDLimitMultiplier();
public: __property void set_PSDLimitMultiplier( int );
[Unmanaged C++]
public: HRESULT get_PSDLimitMultiplier(
    int * pVal
);
public: HRESULT put_PSDLimitMultiplier(
    int val
);
[Java]
public Integer getPSDLimitMultiplier();
public void setPSDLimitMultiplier(
    Integer
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.