Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDataObject Class
Fields Properties Methods


In This Topic
    NDrawingDataObject Class Members
    In This Topic

    The following tables list the members exposed by NDrawingDataObject.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Name for the Drawing Data Object format  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the element connections (valid after initialization)  
    Public PropertyGets/sets the source document unique id (valid after initialization)  
    Public PropertyGets/sets the elements (valid after initialization)  
    Public PropertyGets/sets the measurement unit of the elements (valid after initialization)  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the content of this drawing data object in the specified drawing composite element  
    Public MethodConverts the measurement unit of all elements in the data object to the target measurement unit and updates the MeasurementUnit property  
    Public MethodCreates a duplicate drawing data object, which differs only by the unique ids of the elements (and their possible descendants) and their connections  
    Public Method (Inherited from Nevron.Diagram.NDiagramDataObject)
    Public MethodInitializes the data object from the elements of the specified drawing  
    Public MethodInserts the content of this drawing data object in the specified drawing composite element  
    Public Methodstatic (Shared in Visual Basic)Sets the specified drawing data object on the clipboard  
    Public Methodstatic (Shared in Visual Basic)Wraps the specified drawing data object in a new DataObject instance  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to deserialize the data object  
    Protected MethodDeserializes the state of the data object from a string (Inherited from Nevron.Diagram.NDiagramDataObject)
    Protected MethodOverridden. Overriden to serialize the data object  
    Protected MethodSerializes the state of the data object as a string (Inherited from Nevron.Diagram.NDiagramDataObject)
    Top
    See Also