- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: IPropertyList Abstract class
Attributes:
AllProperties (IEnumerable<IProperty> - see IProperty)
NumProperties (int)
Functions:
GetProperty(string propName): Returns a named property as an IProperty.
GetMenuProperty (string propName): Returns the named property as an IMenuProperty.
GetTextProperty (string propName): Returns the named property as an ITextProperty
GetNumberProperty (string propName): Returns the named property as an INumberProperty
DeleteProperty (string propName): Deletes an already added named property
AddNumberProperty(string name, string numberWithUnits): Adds a new number property. If a property with the same name already exists, it is overwritten.
AddTextProperty(string name, string textValue): Adds a new named text property with the supplied value. Any existing property with the same name is overwritten.
AddMenuProperty(string name, IList<string> menuChoices): Creates a new named menu property with the supplied list of choices. The default selection is set to item 0 (the first item). Any property with the same name is overwritten.
HFSS 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS
上一篇:Keyboard Shortcuts for the 3D Modeler Window
下一篇:ITextProperty Abstract class