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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1