How to add your knowledge
IvExtGetLayerVisibility()
Table of contents
- 1. Synopsis
- 2. Syntax
Synopsis
Converts model coordinates to view coordinates. Given a point in model space this function returns the corresponding point in drawing view.
Syntax
IvExtGetLayerVisibility ( documentPart As Part, _
name As String ) As Boolean| Argument | Type | Description |
|---|
| documentPart | part | Drawing Document |
| name | string | Layer Name |
Comments