Set a property.
[Visual Basic .NET] |
---|
Public Sub SetProperty( _ ByVal Path As String, _ ByVal PropertyValue As System.Object _ ) |
[C#] |
---|
public void SetProperty( string Path, System.Object PropertyValue ); |
[Managed C++] |
---|
public: void SetProperty( String __gc ^ Path, VARIANT PropertyValue ); |
[Unmanaged C++] |
---|
public: HRESULT SetProperty( BSTR Path, VARIANT PropertyValue ); |
[Java] |
---|
public void setProperty( String Path, AgVariant PropertyValue ); |
[Python - STK API ] |
---|
def SetProperty(self, Path:str, PropertyValue:typing.Any) -> None: |
- Path
- PropertyValue