VS:BindLayerToArcGISFS

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Associate the active design layer with the ArcGIS feature service and bring in georeferenced shapes and data. The parameter inRequestAll specifies the extent of the requested features. If inRequestAll = FALSE it will request features overlapping the view region otherwise it will request all features on the feature layer.

PROCEDURE BindLayerToArcGISFS(
inURL :STRING;
inFeatureId :STRING;
inRequestAll :BOOLEAN);
def vs.BindLayerToArcGISFS(inURL, inFeatureId, inRequestAll):
    return None

Parameters

inURL STRING
inFeatureId STRING
inRequestAll BOOLEAN

Version

Availability: from Vectorworks 2023