STK Graphics PrimitivesSend 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
);
[Python - STK API ]
@property
def DisplayTrace(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.