Mode for computing events involving conjunction TCA.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConjunctionType() As AgEAdvCATConjunctionType |
[C#] |
---|
public AgEAdvCATConjunctionType ConjunctionType {get; set;} |
[Managed C++] |
---|
public: __property AgEAdvCATConjunctionType get_ConjunctionType(); |
[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: |