dotnetCHARTING Send comments on this topic.
SourceFileName Property
See Also 
dotnetCHARTING.Mapping Namespace > MapLayer Class : SourceFileName Property


Gets or sets the name of the file used to populate this MapLayer.

Syntax

Visual Basic (Declaration) 
Public Property SourceFileName As String
Visual Basic (Usage)Copy Code
Dim instance As MapLayer
Dim value As String
 
instance.SourceFileName = value
 
value = instance.SourceFileName
C# 
public string SourceFileName {get; set;}

See Also

© 2010 All Rights Reserved.