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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1