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 
[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 * pVal
);

Parameters

path

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.