AGI STK Objects 11 Send comments on this topic.
ArrowPtSize Property (IAgVOVector)
See Also 
Windows






Windows & Linux

Description

The arrow point size. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArrowPtSize() As Double

[C#]
public double ArrowPtSize {get; set;}

[Managed C++]
public: __property double get_ArrowPtSize();
public: __property void set_ArrowPtSize(
double
);

[Unmanaged C++]
public: HRESULT get_ArrowPtSize(
double * pRetVal
);
public: HRESULT put_ArrowPtSize(
double NewArrowPtSize
);

[Java]
public double getArrowPtSize();public void setArrowPtSize(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface