VS:GetStoryLayerTemplateName/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:32, 12 August 2013

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

Description

ファイルにあるn番目のストーリレイヤテンプレートの名前を返します。

FUNCTION GetStoryLayerTemplateName(
index :INTEGER) : STRING;
def vs.GetStoryLayerTemplateName(index):
    return STRING

Parameters

index INTEGER 名前を求めるストーリレイヤテンプレートのインデックス

Return Value

ファイルにあるn番目のストーリレイヤテンプレートの名前を返します。

Example

VAR

templateName:STRING;

BEGIN

templateName:=GetStoryLayerTemplateName(2);

Version

利用可能バージョン: Vectorworks 2012

See Also

関連関数:

VS:GetNumStoryLayerTemplates | VS:CreateStoryLayerTemplate

関連関数:

[[VS:GetNumStoryLayerTemplates]]

| [[VS:CreateStoryLayerTemplate]]