STK AstrogatorSend comments on this topic.
CoeffType Property (IAgVARKV8th9th)
See Also
Windows





Windows & Linux

Description

Gets or sets the set of coefficients to use.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoeffType() As AgEVACoeffRKV8th9th
[C#]
public AgEVACoeffRKV8th9th CoeffType {get; set;}
[Managed C++]
public: __property AgEVACoeffRKV8th9th get_CoeffType();
public: __property void set_CoeffType( AgEVACoeffRKV8th9th );
[Unmanaged C++]
public: HRESULT get_CoeffType(
    AgEVACoeffRKV8th9th * pVal
);
public: HRESULT put_CoeffType(
    AgEVACoeffRKV8th9th inVal
);
[Java]
public AgEVACoeffRKV8th9th getCoeffType();
public void setCoeffType(
    AgEVACoeffRKV8th9th
);
[Python - STK API ]
@property
def CoeffType(self) -> "AgEVACoeffRKV8th9th":

@CoeffType.setter
def CoeffType(self, inVal:"AgEVACoeffRKV8th9th") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.