Click or drag to resize

IStringDataType Interface

返回用户文档首页
支持的Attribute字符串数据类型都派生自此接口

Namespace: LoongCAD.STC.Friendly.DataType
Assembly: LoongCAD.STC.Friendly.DataType (in LoongCAD.STC.Friendly.DataType.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public interface IStringDataType : IDataType

The IStringDataType type exposes the following members.

Properties
 NameDescription
Public propertyRawValue
(Inherited from IDataType)
Public propertyValue 
Top
Methods
 NameDescription
Public methodCreateTypeConverter
(Inherited from IDataType)
Top
See Also