Gets or sets the size, in pixels, of the outline around each point in the batch.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property OutlineWidth() As Single |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property float get_OutlineWidth(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
@property def OutlineWidth(self) -> float: @OutlineWidth.setter def OutlineWidth(self, OutlineWidth:float) -> None: |
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.





