getDesignAnnotation()

概要

指定されたデザインの指定された注記の値を文字列として返します。デザインにこのような注記がない場合、名前 NoValue が返されます。指定されたデザインが存在しない場合、エラーが発生します。

構文

getDesignAnnotation ( design_ As Name, _
                      ann As Name ) As Any 
引数 [タイプ] 説明
design_ [名前] デザインの名前です。
ann [名前] 注記の名前です。

例 1

Intent >getDesignAnnotation(:BasePart, :%%categoryOrder) 
--> NoValue 

例 2

Intent >getDesignAnnotation(:%%BasePart, :%%categoryOrder)  
--> "Appearance, Material, Frame, Render Controls, Assembly, User Interface, View, Methods, Group Rules, BaseDesign, Meta Rules, Internal"