STK ObjectsSend comments on this topic.
ConjunctionType Property (IAgAdvCATAdvanced)
See Also
Windows





Windows & Linux

Description

Mode for computing events involving conjunction TCA.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConjunctionType() As AgEAdvCATConjunctionType
[C#]
public AgEAdvCATConjunctionType ConjunctionType {get; set;}
[Managed C++]
public: __property AgEAdvCATConjunctionType get_ConjunctionType();
public: __property void set_ConjunctionType( AgEAdvCATConjunctionType );
[Unmanaged C++]
public: HRESULT get_ConjunctionType(
    AgEAdvCATConjunctionType * pType
);
public: HRESULT put_ConjunctionType(
    AgEAdvCATConjunctionType Type
);
[Java]
public AgEAdvCATConjunctionType getConjunctionType();
public void setConjunctionType(
    AgEAdvCATConjunctionType
);
[Python - STK API ]
@property
def ConjunctionType(self) -> "AgEAdvCATConjunctionType":

@ConjunctionType.setter
def ConjunctionType(self, Type:"AgEAdvCATConjunctionType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.