STK ObjectsSend comments on this topic.
Thickness Property (IAgVORefCrdnVector)
See Also
Windows





Windows & Linux

Description

Thickness of line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Thickness() As Double
[C#]
public double Thickness {get; set;}
[Managed C++]
public: __property double get_Thickness();
public: __property void set_Thickness( double );
[Unmanaged C++]
public: HRESULT get_Thickness(
    double * pVal
);
public: HRESULT put_Thickness(
    double pVal
);
[Java]
public double getThickness();
public void setThickness(
    double
);
[Python - STK API ]
@property
def Thickness(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.