AGI STK VGT 11 Send comments on this topic.
GetProperty Method (IAgCrdnAxesPlugin)
See Also 
Name
The name of the property to be read.





Description

The method reads a value of the specified plugin property. The method throws an exception if the property does not exist.

Syntax

[Visual Basic .NET]
Public Function GetProperty( _
   ByVal Name As String _
) As String

[C#]
public string GetProperty(
string Name
);

[Managed C++]
public: String __gc ^ GetProperty(
String __gc ^ Name
);

[Java]
public String getProperty(
String Name
);

[Unmanaged C++]
public: HRESULT GetProperty(
BSTR Name,
BSTR * ReturnValue
);

Parameters

Name
The name of the property to be read.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1