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 ); |
[Java] |
---|
public AgVariant getProperty( String path ); |
[Python - STK API ] |
---|
def GetProperty(self, path:str) -> typing.Any: |
- path