Interface IReadOnlyProperty_Text
Represents a property that is of type text/string or something similar
Inherited Members
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IReadOnlyProperty_Text : IReadOnlyProperty_Base, IReadOnlyElement, IAmlNode
Methods
| Improve this Doc View SourceAsString(String)
Value converted to a System.String using the defaultValue if null.
Declaration
string AsString(string defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | defaultValue | The default value to return if the value is empty |
Returns
| Type | Description |
|---|---|
| System.String | A System.String or |