IParameter Geometry.CreateParameter(String paramPath)

Creates a new parameter for a Property.

Examples

Usage example - Geometry Volume (Assumes a geometry object has been set to a variable named "geometry") geometry.CreateParameter("Volume")
Usage example - CAD Parameters (Assumes a geometry object has been set to a variable named "geometry") geometry.CreateParameter("CAD Parameters/DS_E1")

Parameters

  • paramPath
    Type: String
    Path of the Property (Could be one word)

Return Value

The new Parameter for the Property