AGI STK Graphics 11 Send comments on this topic.
OutlineWidth Property (IAgStkGraphicsPointBatchPrimitive)
See Also 





Description

Gets or sets the size, in pixels, of the outline around each point in the batch.

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 NewOutlineWidth
);

[Java]
public float getOutlineWidth();public void setOutlineWidth(
float
);

Remarks

Similar to Pixel Size, the outline width is defined in pixels, so even if the camera moves very close or very far from a point, the outline width on the screen does not change.

The total pixel size of a point, including the Pixel Size and outline width is clamped to Maximum Pixel Size Supported.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1