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






Windows & Linux

Description

This property is deprecated. Specifies the arrow type used to represent the geometric element.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArrowType() As AgEArrowType
[C#]
public AgEArrowType ArrowType {get; set;}
[Managed C++]
public: __property AgEArrowType get_ArrowType();
public: __property void set_ArrowType( AgEArrowType );
[Unmanaged C++]
public: HRESULT get_ArrowType(
    AgEArrowType * pVal
);
public: HRESULT put_ArrowType(
    AgEArrowType pVal
);
[Java]
public AgEArrowType getArrowType();
public void setArrowType(
    AgEArrowType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.