Skip to content

Latest commit

 

History

History
111 lines (59 loc) · 1.41 KB

File metadata and controls

111 lines (59 loc) · 1.41 KB

ISCH_PrimitiveCbbSymbolComponent class

复用模块符号图元

Signature

declare class ISCH_PrimitiveCbbSymbolComponent extends ISCH_PrimitiveComponent 

Extends: ISCH_PrimitiveComponent

Remarks

Methods

Method

Modifiers

Description

getState_Cbb()

获取属性状态:关联复用模块

getState_CbbSymbol()

获取属性状态:关联复用模块符号


方法详情

getstate_cbb

ISCH_PrimitiveCbbSymbolComponent.getState_Cbb() method

获取属性状态:关联复用模块

Signature

getState_Cbb(): {
        libraryUuid: string;
        uuid: string;
    };

Returns

{ libraryUuid: string; uuid: string; }

关联复用模块

getstate_cbbsymbol

ISCH_PrimitiveCbbSymbolComponent.getState_CbbSymbol() method

获取属性状态:关联复用模块符号

Signature

getState_CbbSymbol(): {
        libraryUuid: string;
        cbbUuid: string;
        uuid?: string;
        name?: string;
    };

Returns

{ libraryUuid: string; cbbUuid: string; uuid?: string; name?: string; }

关联复用模块符号