STK ObjectsSend comments on this topic.
DataDisplays Property (IAgPlaceVO)
See Also
Windows





Windows & Linux

Description

Returns the 3D data display properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DataDisplays() As IAgVODataDisplayCollection
[C#]
public IAgVODataDisplayCollection DataDisplays {get;}
[Managed C++]
public: __property IAgVODataDisplayCollection ^ get_DataDisplays();
[Unmanaged C++]
public: HRESULT get_DataDisplays(
    IAgVODataDisplayCollection ** ppAgDataDisplays
);
[Java]
public IAgVODataDisplayCollection getDataDisplays();
[Python - STK API ]
@property
def DataDisplays(self) -> "IAgVODataDisplayCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.