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





Windows & Linux

Description

Get a property.

Syntax

[Visual Basic .NET]
Public Function GetProperty( _
    ByVal Path As String _
) As System.Object
[C#]
public System.Object GetProperty(
    string Path
);
[Managed C++]
public: VARIANT GetProperty(
    String __gc ^ Path
);
[Unmanaged C++]
public: HRESULT GetProperty(
    BSTR Path,
    VARIANT * pPropertyValue
);
[Java]
public AgVariant getProperty(
    String Path
);
[Python - STK API ]
def GetProperty(self, Path:str) -> typing.Any:

Parameters

Path

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.