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






Windows & Linux

Description

Gets or Sets whether the persistence trace (points) is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayTrace() As Boolean
[C#]
public bool DisplayTrace {get; set;}
[Managed C++]
public: __property bool get_DisplayTrace();
public: __property void set_DisplayTrace( bool );
[Unmanaged C++]
public: HRESULT get_DisplayTrace(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayTrace(
    VARIANT_BOOL DisplayTrace
);
[Java]
public bool getDisplayTrace();
public void setDisplayTrace(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.