AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.