STK Vector Geometry ToolSend comments on this topic.
SetProperty Method (IAgCrdnVectorPlugin)
See Also
Name
The name of the property to be set.
Value
The property's new value.
Windows





Windows & Linux

Description

Set the plugin properties. This 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 _
)
[C#]
public void SetProperty(
    string Name,
    string Value
);
[Managed C++]
public: void SetProperty(
    String __gc ^ Name,
    String __gc ^ Value
);
[Unmanaged C++]
public: HRESULT SetProperty(
    BSTR Name,
    BSTR Value
);
[Java]
public void setProperty(
    String Name,
    String Value
);
[Python - STK API ]
def SetProperty(self, Name:str, Value:str) -> None:

Parameters

Name
The name of the property to be set.
Value
The property's new value.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.