AGI STK Astrogator 11 Send comments on this topic.
SetProperty Method (IAgVAPluginProperties)
See Also 
Path
PropertyValue
Windows






Windows & Linux

Description

Method to 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
);

[Java]
public  setProperty(
String Path,
Variant PropertyValue
);

[Unmanaged C++]
public: HRESULT SetProperty(
BSTR Path,
VARIANT PropertyValue
);

Parameters

Path
PropertyValue

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface