AGI STK Graphics 11 Send comments on this topic.
DisplayOutline Property (IAgStkGraphicsPointBatchPrimitive)
See Also 





Description

Gets or sets whether an outline is rendered around each point in the batch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayOutline() As Boolean

[C#]
public bool DisplayOutline {get; set;}

[Managed C++]
public: __property bool get_DisplayOutline();
public: __property void set_DisplayOutline(
bool
);

[Unmanaged C++]
public: HRESULT get_DisplayOutline(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayOutline(
VARIANT_BOOL NewDisplayOutline
);

[Java]
public bool getDisplayOutline();public void setDisplayOutline(
bool
);

Remarks

Outlines are rendered with the Outline Color, Outline Translucency, and Outline Width properties.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1