VS:DeleteComponent/ja

From Vectorworks Developer
Revision as of 12:27, 14 January 2016 by Kimura (talk | contribs) (1 revision: Japanese Reference for 2016)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

壁の構成要素を番号を指定して削除します。

FUNCTION DeleteComponent(
object :HANDLE;
componentIndex :INTEGER) : BOOLEAN;
def vs.DeleteComponent(object, componentIndex):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、スラブ、屋根、壁スタイル、スラブスタイル、屋根スタイル、壁設定、スラブ設定もしくは、屋根設定)
componentIndex INTEGER 削除する構成要素の番号

Version

利用可能バージョン: VectorWorks12.0

See Also

関連関数:

VS:InsertNewComponent

関連関数: [[VS:InsertNewComponent]]