AGI STK Objects 11 Send comments on this topic.
SetProperty Method (IAgVeHPOPDragModelPluginSettings)
See Also 
Path
Val





Description

Method to set a property.

Syntax

[Visual Basic .NET]
Public Sub SetProperty( _
   ByVal Path As String, _
   ByVal Val As System.Object _
) 

[C#]
public void SetProperty(
string Path,
System.Object Val
);

[Managed C++]
public: void SetProperty(
String __gc ^ Path,
VARIANT Val
);

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

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

Parameters

Path
Val

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1