Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm trying to define a new instance of an ExternalDefinitionCreationOptions(string name, ForgeTypeId dataType):
string name = "Psi"
ForgeTypeId dataType = new ForgeTypeId("Number");
ExternalDefinitionCreationOptions options = new ExternalDefinitionCreationOptions(defName, dataType);
This works when I'm using the now-deprecated ParameterType.Number instead of ForgeTypeId. However, currently I'm getting this message:
I have little experience with ForgeTypeId. Am I using the class wrong?
Solved! Go to Solution.