ParamPointCollectionAdd(String, Point3d) Method |
Adds a new item to the parameters collection.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic ParamPoint Add(
string name,
Point3d value
)
Public Function Add (
name As String,
value As Point3d
) As ParamPoint
public:
ParamPoint^ Add(
String^ name,
Point3d value
)
Parameters
- name String
- Name of the new parameter.
- value Point3d
- Value of the new parameter.
Return Value
ParamPoint
Exceptions
Remarks
If the input name exists in collection, this function will not add new item, instead it will return existing item and change its value.
See Also