Sets the value of the specified Smart Property.
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool SetSmartPropertyValue(
string propertyName,
Object value
) |
Visual Basic |
---|
Public Function SetSmartPropertyValue ( _
propertyName As String, _
value As Object _
) As Boolean |
JScript |
---|
public final function SetSmartPropertyValue(
propertyName : String,
value : Object
) : boolean |
Parameters
- propertyName
- Type: System..::..String
The name of a Smart Property to set.
- value
- Type: System..::..Object
The value to set
Return Value
True if the value was successfully set, false otherwise (for example, if the property does not exist).
Implements
IGwxSmartSymbol..::..SetSmartPropertyValue(String, Object)See Also