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






Windows & Linux

Description

Gets or sets the back line's width, in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackLineWidth() As Single
[C#]
public float BackLineWidth {get; set;}
[Managed C++]
public: __property float get_BackLineWidth();
public: __property void set_BackLineWidth(
   float
);
[Unmanaged C++]
public: HRESULT get_BackLineWidth(
   float * pRetVal
);
public: HRESULT put_BackLineWidth(
   float NewBackLineWidth
);
[Java]
public float getBackLineWidth();public void setBackLineWidth(
   float
);

Remarks

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

The width is defined in pixels so even if the camera moves very close or very far from a solid, the width of the outline on the screen does not change.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.