UserProperties.GetPropertyMatrix

GetPropertyMatrix(string)

Gets matrix property value.

public virtual Matrix GetPropertyMatrix(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

Property value.

See Also


GetPropertyMatrix(string, Matrix)

Gets matrix property value. If requested property is absent, returns provided default value.

public virtual Matrix GetPropertyMatrix(string key, Matrix defValue)
ParameterTypeDescription
keyStringThe name of property.
defValueMatrixDefault value of property.

Return Value

Property value.

See Also