Show / Hide Table of Contents

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 Source

TaggedData(String, String)

Declaration
public TaggedData(string groupCode, string value)
Parameters
Type Name Description
System.String groupCode
System.String value
| Improve this Doc View Source

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 Source

GetValueType

Declaration
public Type GetValueType { get; }
Property Value
Type Description
System.Type
| Improve this Doc View Source

GroupCode

The Group Code GroupCodesBase for a list of group codes

Declaration
public string GroupCode { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

The Group Code Value

Declaration
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX