Gets or sets the layer to show.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowLayer( _
ByVal LayerName As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim LayerName As System.String
Dim value As System.Boolean
instance.ShowLayer(LayerName) = value
value = instance.ShowLayer(LayerName) |
C# | |
---|
System.bool ShowLayer(
System.string LayerName
) {get; set;} |
C++/CLI | |
---|
property System.bool ShowLayer {
System.bool get(System.String^ LayerName);
void set (System.String^ LayerName, System.bool value);
} |
Parameters
- LayerName
- Name of layer to show (see Remarks)
Property Value
True if the layer is shown, false if not
Example
Remarks
See Also
Availability
eDrawings API 2007 SP0