Nevron .NET Vision
Nevron.Diagram Namespace / NPointInfo Class / OwnerShape Field


In This Topic
    OwnerShape Field
    In This Topic
    Reference to the shape to which the point belongs. In case of a shape point this is the shape to which the point belongs. In case of a geometry point this is the shape in which the model resides.
    Syntax
    'Declaration
     
    
    Public OwnerShape As NShape
    'Usage
     
    
    Dim instance As NPointInfo
    Dim value As NShape
     
    value = instance.OwnerShape
     
    instance.OwnerShape = value
    public NShape OwnerShape
    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