IParameter Part.CreateParameter(String paramPath)

Creates a new parameter for a Property.

Examples

Usage example - CAD Parameters (Assumes a part object has been set to a variable named "part") part.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