Allows access to the properties of a layer, including the color, width, name, etc., used to define the layer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Interface ILayer |
Visual Basic (Usage) | |
---|
Dim instance As ILayer |
C# | |
---|
public interface ILayer |
C++/CLI | |
---|
public interface class ILayer |
Example
Remarks
Accessors
See Also