STK ObjectsSend comments on this topic.
GetProperty Method (IAgVeHPOPDragModelPluginSettings)
See Also
path
Windows





Windows & Linux

Description

Method to 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 * pVal
);
[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.