AGI STK Astrogator 11 Send comments on this topic.
GetProperty Method (IAgVAPluginProperties)
See Also 
Path





Description

Method to get a property.

Syntax

[Visual Basic .NET]
Public Function GetProperty( _
   ByVal Path As String _
) As System.Object

[C#]
public System.Object GetProperty(
string Path
);

[Managed C++]
public: VARIANT GetProperty(
String __gc ^ Path
);

[Java]
public Variant getProperty(
String Path
);

[Unmanaged C++]
public: HRESULT GetProperty(
BSTR Path,
VARIANT * ReturnValue
);

Parameters

Path

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1