STK ObjectsSend 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 * pVal
);
public: HRESULT put_InheritFrom2D(
    AgESnVOInheritFrom2D InVal
);
[Java]
public AgESnVOInheritFrom2D getInheritFrom2D();
public void setInheritFrom2D(
    AgESnVOInheritFrom2D
);
[Python - STK API ]
@property
def InheritFrom2D(self) -> "AgESnVOInheritFrom2D":

@InheritFrom2D.setter
def InheritFrom2D(self, InVal:"AgESnVOInheritFrom2D") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.