AGI STK Graphics 11Send comments on this topic.
DisplaySweep Property (IAgStkGraphicsAxesPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or Sets whether the persistence sweep (triangles) is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplaySweep() As Boolean
[C#]
public bool DisplaySweep {get; set;}
[Managed C++]
public: __property bool get_DisplaySweep();
public: __property void set_DisplaySweep(
   bool
);
[Unmanaged C++]
public: HRESULT get_DisplaySweep(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplaySweep(
   VARIANT_BOOL NewDisplaySweep
);
[Java]
public bool getDisplaySweep();public void setDisplaySweep(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.