C# Class Rhino.UniqueTag

Exibir arquivo Open project: hazzik/Rhino.Net

Public Properties

Property Type Description
DOUBLE_MARK UniqueTag
NOT_FOUND UniqueTag
NULL_VALUE UniqueTag

Public Methods

Method Description
ReadResolve ( ) : object
ToString ( ) : string

Private Methods

Method Description
UniqueTag ( int tagId ) : System

Method Details

ReadResolve() public method

public ReadResolve ( ) : object
return object

ToString() public method

public ToString ( ) : string
return string

Property Details

DOUBLE_MARK public_oe static_oe property

Tag to indicate that a object represents "double" with the real value stored somewhere else.
Tag to indicate that a object represents "double" with the real value stored somewhere else.
public static UniqueTag,Rhino DOUBLE_MARK
return UniqueTag

NOT_FOUND public_oe static_oe property

Tag to mark non-existing values.
Tag to mark non-existing values.
public static UniqueTag,Rhino NOT_FOUND
return UniqueTag

NULL_VALUE public_oe static_oe property

Tag to distinguish between uninitialized and null values.
Tag to distinguish between uninitialized and null values.
public static UniqueTag,Rhino NULL_VALUE
return UniqueTag