Description
A size of the point (in pixels). Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PointSize() As System.Object
|
| [C#] |
|---|
public System.Object PointSize {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_PointSize(); public: __property void set_PointSize(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PointSize(
VARIANT * pVal
);
public: HRESULT put_PointSize(
VARIANT PointSize
);
|
| [Java] |
|---|
public AgVariant getPointSize();
public void setPointSize(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def PointSize(self) -> typing.Any:
@PointSize.setter
def PointSize(self, PointSize:typing.Any) -> None:
|
See Also