Gets the Fixed By Window System.
Read-only property
[Visual Basic .NET] |
---|
Public Property FixedByWindow() As IAgVeVOSystemsSpecialElement |
[C#] |
---|
public IAgVeVOSystemsSpecialElement FixedByWindow {get;} |
[Managed C++] |
---|
public: __property IAgVeVOSystemsSpecialElement ^ get_FixedByWindow(); |
[Unmanaged C++] |
---|
public: HRESULT get_FixedByWindow( IAgVeVOSystemsSpecialElement ** ppIAgVeVOSystemsElement ); |
[Java] |
---|
public IAgVeVOSystemsSpecialElement getFixedByWindow(); |
[Python - STK API ] |
---|
@property def FixedByWindow(self) -> "IAgVeVOSystemsSpecialElement": |