STK ObjectsSend comments on this topic.
DataDisplay Property (IAgChVO)
See Also
Windows





Windows & Linux

Description

Get the chains's 3D data display properties.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.