Nevron .NET Vision
Nevron.Diagram Namespace / NPrimitiveShape Class / CanModifyPrimitiveStartEndPoints Method


In This Topic
    CanModifyPrimitiveStartEndPoints Method
    In This Topic
    Specifies whether the shape can use the aggregate primitive model start and end points
    Syntax
    'Declaration
     
    
    Protected Overridable Function CanModifyPrimitiveStartEndPoints() As System.Boolean
    'Usage
     
    
    Dim instance As NPrimitiveShape
    Dim value As System.Boolean
     
    value = instance.CanModifyPrimitiveStartEndPoints()
    protected virtual System.bool CanModifyPrimitiveStartEndPoints()
    Remarks
    This method returns true if the aggregated primitive is a 1D primitive (e.g. has local implemenation for start and end points) and the PreserveForm property is false.
    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