AGI STK VGT 11Send comments on this topic.
GetProperty Method (IAgCrdnVectorPlugin)
See Also
Name
Windows






Windows & Linux

Description

The method reads a value of the specified plugin property. The method throws an exception if the property does not exist.

Syntax

[Visual Basic .NET]
Public Function GetProperty( _
    ByVal Name As String _
) As 
[C#]
public string GetProperty(
    string Name
);
[Managed C++]
public: String __gc ^ GetProperty(
    String __gc ^ Name
);
[Java]
public String getProperty(
    String Name
);
[Unmanaged C++]
public: HRESULT GetProperty(
    BSTR Name,
    BSTR * pRetVal
);

Parameters

Name

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.