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






Windows & Linux

Description

Specify how projection distances that are computed based on 2D Graphics projection settings are displayed in the 3D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InheritFrom2D() As AgESnVOInheritFrom2D

[C#]
public AgESnVOInheritFrom2D InheritFrom2D {get; set;}

[Managed C++]
public: __property AgESnVOInheritFrom2D get_InheritFrom2D();
public: __property void set_InheritFrom2D(
AgESnVOInheritFrom2D
);

[Unmanaged C++]
public: HRESULT get_InheritFrom2D(
AgESnVOInheritFrom2D * pRetVal
);
public: HRESULT put_InheritFrom2D(
AgESnVOInheritFrom2D NewInheritFrom2D
);

[Java]
public AgESnVOInheritFrom2D getInheritFrom2D();public void setInheritFrom2D(
AgESnVOInheritFrom2D
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface