Nevron .NET Vision
Nevron.SmartShapes Namespace / NScratchSection Class
Members


In This Topic
    NScratchSection Class
    In This Topic
    The NScratchSection class represents a formula section, which is used for the intermediate calculation of commonly used expressions in the path figure formula definitions
    Object Model
    NScratchSection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("Scratches")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlsSection)>
    <System.SerializableAttribute()>
    Public Class NScratchSection 
       Inherits Nevron.FormulaSheet.NFormulaSection
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NScratchSection
    [System.Xml.Serialization.XmlType("Scratches")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlsSection)]
    [System.Serializable()]
    public class NScratchSection : Nevron.FormulaSheet.NFormulaSection, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaSection
          Nevron.SmartShapes.NScratchSection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also