STK ObjectsSend comments on this topic.
VolumeGraphics Property (IAgAntennaVO)
See Also
Windows





Windows & Linux

Description

Gets the antenna volume graphics interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VolumeGraphics() As IAgAntennaVolumeGraphics
[C#]
public IAgAntennaVolumeGraphics VolumeGraphics {get;}
[Managed C++]
public: __property IAgAntennaVolumeGraphics ^ get_VolumeGraphics();
[Unmanaged C++]
public: HRESULT get_VolumeGraphics(
    IAgAntennaVolumeGraphics ** ppRetVal
);
[Java]
public IAgAntennaVolumeGraphics getVolumeGraphics();
[Python - STK API ]
@property
def VolumeGraphics(self) -> "IAgAntennaVolumeGraphics":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.