Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / UnsignedIntegerProperty Class / UnsignedIntegerProperty Constructor / UnsignedIntegerProperty Constructor(UInt32)
The value to store in the property.
Example
In This Topic
    UnsignedIntegerProperty Constructor(UInt32)
    In This Topic
    Creates a new instance of the UnsignedIntegerProperty with a specified value.
    Syntax
    public UnsignedIntegerProperty( 
       uint number
    )

    Parameters

    number
    The value to store in the property.
    Example
    The following example shows how to create a new UnsignedIntegerProperty with an int value.
    UnsignedIntegerProperty unsignedIntProperty = new UnsignedIntegerProperty(14);
    See Also