STK Graphics PrimitivesSend comments on this topic.
OutlineAppearance Property (IAgStkGraphicsSolidPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the outline's appearance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OutlineAppearance() As AgEStkGraphicsOutlineAppearance
[C#]
public AgEStkGraphicsOutlineAppearance OutlineAppearance {get; set;}
[Managed C++]
public: __property AgEStkGraphicsOutlineAppearance get_OutlineAppearance();
public: __property void set_OutlineAppearance( AgEStkGraphicsOutlineAppearance );
[Unmanaged C++]
public: HRESULT get_OutlineAppearance(
    AgEStkGraphicsOutlineAppearance * pRetVal
);
public: HRESULT put_OutlineAppearance(
    AgEStkGraphicsOutlineAppearance OutlineAppearance
);
[Java]
public AgEStkGraphicsOutlineAppearance getOutlineAppearance();
public void setOutlineAppearance(
    AgEStkGraphicsOutlineAppearance
);
[Python - STK API]
@property
def OutlineAppearance(self) -> "AgEStkGraphicsOutlineAppearance":

@OutlineAppearance.setter
def OutlineAppearance(self, OutlineAppearance:"AgEStkGraphicsOutlineAppearance") -> None:

Remarks

Changing OutlineAppearance can result in this solid primitive hiding translucent primitives behind it. To avoid this, set the solid's owner's primitives sort order to primitives sort order back to front.

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.