Class TaggedData
TaggedData is a class that is designed to replicate the tagged data of a dxf file
Inheritance
System.Object
TaggedData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.IO
Assembly: Dxflib.dll
Syntax
public class TaggedData
Constructors
| Improve this Doc View SourceTaggedData(String, String)
Declaration
public TaggedData(string groupCode, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | groupCode | |
System.String | value |
TaggedData(Tuple<String, String>)
Declaration
public TaggedData(Tuple<string, string> groupCodeTuple)
Parameters
Type | Name | Description |
---|---|---|
System.Tuple<System.String, System.String> | groupCodeTuple |
Properties
| Improve this Doc View SourceGetValueType
Declaration
public Type GetValueType { get; }
Property Value
Type | Description |
---|---|
System.Type |
GroupCode
The Group Code GroupCodesBase for a list of group codes
Declaration
public string GroupCode { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
The Group Code Value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |