STK ObjectsSend comments on this topic.
Constraint Property (IAgBeamformerMvdr)
See Also
Windows





Windows & Linux

Description

Gets or sets the constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Constraint() As Double
[C#]
public double Constraint {get; set;}
[Managed C++]
public: __property double get_Constraint();
public: __property void set_Constraint( double );
[Unmanaged C++]
public: HRESULT get_Constraint(
    double * pVal
);
public: HRESULT put_Constraint(
    double val
);
[Java]
public double getConstraint();
public void setConstraint(
    double
);
[Python - STK API ]
@property
def Constraint(self) -> float:

@Constraint.setter
def Constraint(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.