Gets the value of the specified Smart Property.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object GetSmartPropertyValue(
	string propertyName
)
Visual Basic
Public Function GetSmartPropertyValue ( _
	propertyName As String _
) As Object
JScript
public final function GetSmartPropertyValue(
	propertyName : String
) : Object

Parameters

propertyName
Type: System..::..String
The name of the Smart Property to get.

Return Value

The value of the Smart Property, or UnsetValue if the SmartProperty does not exist.

Implements

IGwxSmartSymbol..::..GetSmartPropertyValue(String)

See Also