STK AstrogatorSend comments on this topic.
SetProperty Method (IAgVAPluginProperties)
See Also
Path
PropertyValue
Windows





Windows & Linux

Description

Set a property.

Syntax

[Visual Basic .NET]
Public Sub SetProperty( _
    ByVal Path As String, _
    ByVal PropertyValue As System.Object _
)
[C#]
public void SetProperty(
    string Path,
    System.Object PropertyValue
);
[Managed C++]
public: void SetProperty(
    String __gc ^ Path,
    VARIANT PropertyValue
);
[Unmanaged C++]
public: HRESULT SetProperty(
    BSTR Path,
    VARIANT PropertyValue
);
[Java]
public void setProperty(
    String Path,
    AgVariant PropertyValue
);
[Python - STK API ]
def SetProperty(self, Path:str, PropertyValue:typing.Any) -> None:

Parameters

Path
PropertyValue

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.