Specify how projection distances that are computed based on 2D Graphics projection settings are displayed in the 3D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property InheritFrom2D() As AgESnVOInheritFrom2D |
[C#] |
---|
public AgESnVOInheritFrom2D InheritFrom2D {get; set;} |
[Managed C++] |
---|
public: __property AgESnVOInheritFrom2D get_InheritFrom2D(); |
[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: |