Click or drag to resize

NamedParametersEventArgsSet Method

Overload List
  NameDescription
Public methodSet(String, Arc)
Set an arc for the specified key
Public methodSet(String, GeometryBase)
Set geometry for a given key name
Public methodSet(String, Line)
Set a line for the specified key
Public methodSet(String, MeshingParameters)
Set an MeshingParameters for the specified key
Public methodSet(String, Plane)
Set a plane for the specified key
Public methodSet(String, Point3d)
Set a Point3d value for a given key name
Public methodSet(String, Point3d)
Set a point array for the specified key
Public methodSet(String, Vector3d)
Set a Vector3d value for a given key name
Public methodSet(String, Boolean)
Set a bool value for a given key name
Public methodSet(String, IEnumerableObjRef)
Set a list of ObjRef instances as a value for a given key name
Public methodSet(String, IEnumerableGeometryBase)
Set a list of geometry for a given key name
Public methodSet(String, IEnumerableGuid)
Set a list of UUIDs as a value for a given key name
Public methodSet(String, IEnumerableString)
Set a list of strings as a value for a given key name
Public methodSet(String, IEnumerableUInt32)
Set a list of uint as a value for a given key name
Public methodSet(String, Double)
Set a double value for a given key name
Public methodSet(String, Color)
Set a Color value for a given key name
Public methodSet(String, Point)
Set a Point value for a given key name
Public methodSet(String, Guid)
Set a Color value for a given key name
Public methodSet(String, Int32)
Set an int value for a given key name
Public methodSet(String, String)
Set a string value for a given key name
Public methodSet(String, UInt32)
Set an unsigned int for a given key name
Top
See Also