STK ObjectsSend 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
);
[Python - STK API ]
@property
def PSDLimitMultiplier(self) -> int:

@PSDLimitMultiplier.setter
def PSDLimitMultiplier(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.