STK Graphics PrimitivesSend comments on this topic.
DisplaySweep Property (IAgStkGraphicsVectorPrimitive)
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 DisplaySweep
);
[Java]
public bool getDisplaySweep();
public void setDisplaySweep(
    bool
);
[Python - STK API ]
@property
def DisplaySweep(self) -> bool:

@DisplaySweep.setter
def DisplaySweep(self, DisplaySweep:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.