VS:GetCDATA/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision: 2014J VS Reference G-1)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
CDATAセクションを取得する</desc>
CDATAセクションを取得します</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 51: Line 50:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2011
Availability: from Vectorworks 2011


</version>
</version>

Latest revision as of 02:37, 16 January 2014

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

Description

CDATAセクションを取得します

FUNCTION GetCDATA(
XMLHandle :LONGINT;
elementPath :STRING;
VAR returnVal :DYNARRAY[] of CHAR) : INTEGER;
def vs.GetCDATA(XMLHandle, elementPath):
    return (INTEGER, returnVal)

Parameters

XMLHandle LONGINT
elementPath STRING
returnVal DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2011