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






Windows & Linux

Description

The method is used to set the plugin properties. The method throws an exception if the specified property does not exist, invalid value was specified or the specified property is read-only.

Syntax

[Visual Basic .NET]
Public Sub SetProperty( _
    ByVal Name As String, _
    ByVal Value As String _
) As 
[C#]
public void SetProperty(
    string Name,
    string Value
);
[Managed C++]
public: void SetProperty(
    String __gc ^ Name,
    String __gc ^ Value
);
[Java]
public void setProperty(
    String Name,
    String Value
);
[Unmanaged C++]
public: HRESULT SetProperty(
    BSTR Name,
    BSTR Value
);

Parameters

Name
Value

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.