Class TMetadataDoubleNode
Unit
X3DNodes
Declaration
type TMetadataDoubleNode = class(TAbstractNode, IAbstractMetadataNode)
Description
A metadata (extra, custom information at a node) with a double-precision floating point number type.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetValue(const Value: array of Double); |
|
Properties
 |
property FdReference: TSFString read FFdReference; |
|
 |
property NameField: string read GetNameField write SetNameField; |
|
 |
property Reference: string read GetReference write SetReference; |
|
Generated by PasDoc 0.15.0.
|