Sets the margin across the upper level feature in page units. A margin value must be specified, and it must be greater than zero. You can choose a page unit for the specified margin; the default is Points. (In, Required)
Syntax
Visual Basic (Declaration) | |
---|
Public Property margin_across As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CreateOverpass
Dim value As Object
instance.margin_across = value
value = instance.margin_across |
C# | |
---|
public object margin_across {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