Interface IPropertyValue
Assembly: Xbim.Common.dll
Syntax
public interface IPropertyValue
Properties
|
Improve this Doc
View Source
BooleanVal
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EntityVal
Declaration
object EntityVal { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
EnumVal
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HexadecimalVal
Declaration
byte[] HexadecimalVal { get; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
IntegerVal
Declaration
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
NumberVal
Declaration
double NumberVal { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
RealVal
Declaration
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
StringVal
Declaration
string StringVal { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
StepParserType Type { get; }
Property Value