INodeWithEdit 接口

定义

允许节点指示是否可以编辑,以及是否能处理新名称。

public interface class INodeWithEdit
public interface INodeWithEdit
type INodeWithEdit = interface
Public Interface INodeWithEdit

属性

名称 说明
Editable

获得一个值,表示该节点是否支持编辑。

方法

名称 说明
Edit(String)

编辑控制点名称。

适用于