AnalysisTools
line_side Property
See Also  Send Feedback
ESRI.ArcGIS.AnalysisTools Namespace > Buffer Class : line_side Property




The side(s) of a line that will be buffered. FULL—A buffer will be generated on both sides of the line. This is the default. LEFT—The topological left of a line will be buffered. RIGHT—The topological right of a line will be buffered. {FULL | LEFT | RIGHT} (In, Optional)

Syntax

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.