STK Graphics PrimitivesSend comments on this topic.
DisplayOutline Property (IAgStkGraphicsPathPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets whether an outline is rendered around the line.

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 DisplayOutline
);
[Java]
public bool getDisplayOutline();
public void setDisplayOutline(
    bool
);
[Python - STK API ]
@property
def DisplayOutline(self) -> bool:

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

Remarks

Outlines are rendered with the Outline Width property.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.