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

Public 成员函数

ClassId GetClassId ()
 
 LineStyleComponent (EnumLineStyleComponentType type, double length)
 
EnumLineStyleComponentType GetType ()
 
void SetType (EnumLineStyleComponentType val)
 
double GetLength ()
 
void SetLength (double val)
 
String GetPattern ()
 
void SetPattern (String val)
 
String GetTextName ()
 
void SetTextName (String val)
 
double GetS ()
 
void SetS (double val)
 
double GetU ()
 
void SetU (double val)
 
double GetX ()
 
void SetX (double val)
 
double GetY ()
 
void SetY (double val)
 
- Public 成员函数 继承自 AObject
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static LineStyleComponent Cast (AObject obj)
 

成员函数说明

◆ GetClassId()

ClassId LineStyleComponent.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 AObject .

◆ GetStaticClassId()

static ClassId LineStyleComponent.GetStaticClassId ( )
static

获取类信息

返回

重载 AObject .