AGI STK VGT 11 Send comments on this topic.
Direction Property (IAgCrdnPointBPlane)
See Also 
Windows






Windows & Linux

Description

Specify a direction (incoming or outgoing).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Direction() As AgECrdnDirectionType

[C#]
public AgECrdnDirectionType Direction {get; set;}

[Managed C++]
public: __property AgECrdnDirectionType get_Direction();
public: __property void set_Direction(
AgECrdnDirectionType
);

[Unmanaged C++]
public: HRESULT get_Direction(
AgECrdnDirectionType * pRetVal
);
public: HRESULT put_Direction(
AgECrdnDirectionType NewDirection
);

[Java]
public AgECrdnDirectionType getDirection();public void setDirection(
AgECrdnDirectionType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface