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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.