AnyCAD Rapid API 2023
Help you to create a better world!
载入中...
搜索中...
未找到
ParameterGAx2类 参考
类 ParameterGAx2 继承关系图:
ParameterValue AObject

Public 成员函数

ClassId GetClassId ()
 
 ParameterGAx2 (GAx2 val)
 
 ParameterGAx2 (GAx2 val, String unit, String group)
 
GAx2 GetValue ()
 
void SetValue (GAx2 val)
 
boolean IsEqual (ParameterValue other)
 
String ToStr ()
 
boolean Parse (String str)
 
boolean Copy (ParameterValue other)
 
String GetShortName ()
 
- Public 成员函数 继承自 ParameterValue
ClassId GetClassId ()
 
String GetUnit ()
 
void SetUnit (String val)
 
String GetGroupName ()
 
void SetGroupName (String val)
 
String GetShortName ()
 
boolean IsEqual (ParameterValue other)
 
boolean IsSameType (ParameterValue other)
 
String ToStr ()
 
boolean Parse (String str)
 
boolean Copy (ParameterValue other)
 
- Public 成员函数 继承自 AObject
ClassId GetClassId ()
 
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static ParameterGAx2 Cast (AObject obj)
 
static String getShortName ()
 
static ClassId GetStaticClassId ()
 
static ParameterValue Cast (AObject obj)
 
static ClassId GetStaticClassId ()
 

成员函数说明

◆ Cast()

static ParameterGAx2 ParameterGAx2.Cast ( AObject  obj)
static

重载 ParameterValue .

◆ Copy()

boolean ParameterGAx2.Copy ( ParameterValue  other)

从来源对象复制数据

参数
other来源数据
返回
是否成功

重载 ParameterValue .

◆ GetClassId()

ClassId ParameterGAx2.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ParameterValue .

◆ GetShortName()

String ParameterGAx2.GetShortName ( )

重载 ParameterValue .

◆ GetStaticClassId()

static ClassId ParameterGAx2.GetStaticClassId ( )
static

获取类信息

返回

重载 ParameterValue .

◆ IsEqual()

boolean ParameterGAx2.IsEqual ( ParameterValue  other)

数值是否相同

参数
other比较的对象
返回
是否相同

重载 ParameterValue .

◆ Parse()

boolean ParameterGAx2.Parse ( String  str)

解析字符串

参数
str字符串
返回
是否成功

重载 ParameterValue .

◆ ToStr()

String ParameterGAx2.ToStr ( )

转换成字符串

返回
字符串

重载 ParameterValue .