C# Class RevitLookup.Snoop.Data.String

Snoop.Data class to hold and format a String value.
Inheritance: Data
Exibir arquivo Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_val string

Public Methods

Method Description
StrValue ( ) : string
String ( string label, string val ) : System

Method Details

StrValue() public method

public StrValue ( ) : string
return string

String() public method

public String ( string label, string val ) : System
label string
val string
return System

Property Details

m_val protected_oe property

protected string m_val
return string