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





Description

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 * pRetVal
);
public: HRESULT put_ArrowType(
AgEArrowType NewArrowType
);

[Java]
public AgEArrowType getArrowType();public void setArrowType(
AgEArrowType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1