Gets or sets the propagation frame.
Read-write property
[Visual Basic .NET] |
---|
Public Property PropagationFrame() As AgEVePropagationFrame |
[C#] |
---|
public AgEVePropagationFrame PropagationFrame {get; set;} |
[Managed C++] |
---|
public: __property AgEVePropagationFrame get_PropagationFrame(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropagationFrame( AgEVePropagationFrame * pVal ); public: HRESULT put_PropagationFrame( AgEVePropagationFrame PropagationFrame ); |
[Java] |
---|
public AgEVePropagationFrame getPropagationFrame(); public void setPropagationFrame( AgEVePropagationFrame ); |
[Python - STK API ] |
---|
@property def PropagationFrame(self) -> "AgEVePropagationFrame": @PropagationFrame.setter def PropagationFrame(self, PropagationFrame:"AgEVePropagationFrame") -> None: |