STK ObjectsSend comments on this topic.
Include Property (IAgVeAttitudeExportTool)
See Also
Windows





Windows & Linux

Description

The details to include in the data file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Include() As AgEAttInclude
[C#]
public AgEAttInclude Include {get; set;}
[Managed C++]
public: __property AgEAttInclude get_Include();
public: __property void set_Include( AgEAttInclude );
[Unmanaged C++]
public: HRESULT get_Include(
    AgEAttInclude * pVal
);
public: HRESULT put_Include(
    AgEAttInclude Details
);
[Java]
public AgEAttInclude getInclude();
public void setInclude(
    AgEAttInclude
);
[Python - STK API ]
@property
def Include(self) -> "AgEAttInclude":

@Include.setter
def Include(self, Details:"AgEAttInclude") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.