AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_Include(
   AgEAttInclude NewInclude
);
[Java]
public AgEAttInclude getInclude();public void setInclude(
   AgEAttInclude
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.