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






Windows & Linux

Description

Gets or sets the back line's color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackLineColor() As System.Drawing.Color

[C#]
public System.Drawing.Color BackLineColor {get; set;}

[Managed C++]
public: __property uint^ get_BackLineColor();
public: __property void set_BackLineColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_BackLineColor(
uint ** ppRetVal
);
public: HRESULT put_BackLineColor(
uint * pNewBackLineColor
);

[Java]
public long getBackLineColor();public void setBackLineColor(
long
);

Remarks

This is only used when Outline Appearance is Stylize Back Lines.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface