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






Windows & Linux

Description

This property is deprecated. 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.