AGI STK Objects 11 Send comments on this topic.
GetProperty Method (IAgCRPluginConfiguration)
See Also 
Path
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface