AGI STK Objects 11 Send comments on this topic.
Include Property (IAgVeAttitudeExportTool)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1