AGI STK Objects 11 Send comments on this topic.
StkObjectPath Property (IAgMtoAnalysisRange)
See Also 





Description

The object to which range is being computed.

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 NewStkObjectPath
);

[Java]
public String getStkObjectPath();public void setStkObjectPath(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1