Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 487 Bytes

File metadata and controls

27 lines (20 loc) · 487 Bytes

EditTexture

Description

Function EditTexture opens the Edit Texture dialog for the referenced texture.

FUNCTION EditTexture(texture : HANDLE): BOOLEAN;
def vs.EditTexture(texture):
    return BOOLEAN

Parameters

Name Type Description
texture HANDLE Handle to texture.

Remarks

Brings up the Edit Texture dialog for this texture

Version

Availability: from VectorWorks8.0

Category