AGI STK Objects 11 Send comments on this topic.
PointSize Property (IAgPtTargetVOModel)
See Also 





Description

A size of the point (in pixels)

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 * pRetVal
);
public: HRESULT put_PointSize(
VARIANT NewPointSize
);

[Java]
public Variant getPointSize();public void setPointSize(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1