Get a property.
[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: |
- Path