Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / CustomWorldMeasurementUnit Property


In This Topic
    CustomWorldMeasurementUnit Property
    In This Topic
    Specifies the measurement unit associated with the world when the DrawingScaleMode is set to CustomScale
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Drawing Scale")>
    <System.ComponentModel.DescriptionAttribute("Specifies the measurement unit associated with the world when the DrawingScaleMode is set to CustomScale")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NMeasurementUnitUIEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomWorldMeasurementUnit As NMeasurementUnit
    'Usage
     
    
    Dim instance As NDrawingDocument
    Dim value As NMeasurementUnit
     
    instance.CustomWorldMeasurementUnit = value
     
    value = instance.CustomWorldMeasurementUnit
    [System.ComponentModel.Category("Drawing Scale")]
    [System.ComponentModel.Description("Specifies the measurement unit associated with the world when the DrawingScaleMode is set to CustomScale")]
    [System.ComponentModel.Editor(Nevron.Editors.NMeasurementUnitUIEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.Xml.Serialization.XmlIgnore()]
    public NMeasurementUnit CustomWorldMeasurementUnit {get; set;}
    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