Click or drag to resize

FieldDictionaryAdd Method

Overload List
  NameDescription
Public methodAdd(String, Color4f)
Add a new Color4fField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Point2d)
Add a new Point2dField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Point3d)
Add a new Point3dField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Point4d)
Add a new Point4dField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Transform)
Add a new TransformField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Vector2d)
Add a new Vector2dField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Vector3d)
Add a new Vector3dField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Boolean)
Add a new BoolField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Byte)
AddField a new ByteArrayField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, DateTime)
Add a new DateTimeField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Double)
AddField a new DoubleField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Color)
Add a new Color4fField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Guid)
Add a new GuidField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Int32)
Add a new IntField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Single)
Add a new FloatField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, String)
Add a new StringField to the dictionary. This will be a data only field and not show up in the content browsers.
Public methodAdd(String, Color4f, String)
Add a new Color4fField to the dictionary.
Public methodAdd(String, Point2d, String)
Add a new Point2dField to the dictionary.
Public methodAdd(String, Point3d, String)
Add a new Point3dField to the dictionary.
Public methodAdd(String, Point4d, String)
Add a new Point4dField to the dictionary.
Public methodAdd(String, Transform, String)
Add a new TransformField to the dictionary.
Public methodAdd(String, Vector2d, String)
Add a new Vector2dField to the dictionary.
Public methodAdd(String, Vector3d, String)
Add a new Vector3dField to the dictionary.
Public methodAdd(String, Boolean, String)
Add a new BoolField to the dictionary.
Public methodAdd(String, DateTime, String)
Add a new DateTimeField to the dictionary.
Public methodAdd(String, Double, String)
Add a new DoubleField to the dictionary.
Public methodAdd(String, Color, String)
Add a new Color4fField to the dictionary.
Public methodAdd(String, Guid, String)
Add a new GuidField to the dictionary.
Public methodAdd(String, Int32, String)
Add a new IntField to the dictionary.
Public methodAdd(String, Single, String)
AddField a new FloatField to the dictionary.
Public methodAdd(String, String, Int32)
Add a new NullField to the dictionary.
Public methodAdd(String, String, String)
Add a new StringField to the dictionary.
Public methodAdd(String, Color4f, String, Int32)
Add a new Color4fField to the dictionary.
Public methodAdd(String, Point2d, String, Int32)
Add a new Point2dField to the dictionary.
Public methodAdd(String, Point3d, String, Int32)
Add a new Point3dField to the dictionary.
Public methodAdd(String, Point4d, String, Int32)
Add a new Point4dField to the dictionary.
Public methodAdd(String, Transform, String, Int32)
Add a new TransformField to the dictionary.
Public methodAdd(String, Vector2d, String, Int32)
Add a new Vector2dField to the dictionary.
Public methodAdd(String, Vector3d, String, Int32)
Add a new Vector3dField to the dictionary.
Public methodAdd(String, Boolean, String, Int32)
Add a new BoolField to the dictionary.
Public methodAdd(String, DateTime, String, Int32)
Add a new DateTimeField to the dictionary.
Public methodAdd(String, Double, String, Int32)
Add a new DoubleField to the dictionary.
Public methodAdd(String, Guid, String, Int32)
Add a new GuidField to the dictionary.
Public methodAdd(String, Int32, String, Int32)
Add a new IntField to the dictionary.
Public methodAdd(String, Single, String, Int32)
AddField a new FloatField to the dictionary.
Public methodAdd(String, String, String, Int32)
Add a new StringField to the dictionary.
Top
See Also