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





Windows & Linux

Description

Gets or sets the outline's width, in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OutlineWidth() As Single
[C#]
public float OutlineWidth {get; set;}
[Managed C++]
public: __property float get_OutlineWidth();
public: __property void set_OutlineWidth( float );
[Unmanaged C++]
public: HRESULT get_OutlineWidth(
    float * pRetVal
);
public: HRESULT put_OutlineWidth(
    float OutlineWidth
);
[Java]
public float getOutlineWidth();
public void setOutlineWidth(
    float
);
[Python - STK API ]
@property
def OutlineWidth(self) -> float:

@OutlineWidth.setter
def OutlineWidth(self, OutlineWidth:float) -> None:

Remarks

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.