AGI STK Objects 11Send comments on this topic.
Use Property (IAgVeLOPForceModelDrag)
See Also 
Windows






Windows & Linux

Description

Opt whether to use drag parameters.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Use() As Boolean
[C#]
public bool Use {get; set;}
[Managed C++]
public: __property bool get_Use();
public: __property void set_Use(
   bool
);
[Unmanaged C++]
public: HRESULT get_Use(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_Use(
   VARIANT_BOOL NewUse
);
[Java]
public bool getUse();public void setUse(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.