STK ObjectsSend comments on this topic.
StkObjectPath Property (IAgMtoAnalysisVisibility)
See Also
Windows





Windows & Linux

Description

The object used for the visibility computation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StkObjectPath() As String
[C#]
public string StkObjectPath {get; set;}
[Managed C++]
public: __property String __gc ^ get_StkObjectPath();
public: __property void set_StkObjectPath( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_StkObjectPath(
    BSTR * pRetVal
);
public: HRESULT put_StkObjectPath(
    BSTR Path
);
[Java]
public String getStkObjectPath();
public void setStkObjectPath(
    String
);
[Python - STK API ]
@property
def StkObjectPath(self) -> str:

@StkObjectPath.setter
def StkObjectPath(self, Path:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.