Amazon.ECS.Model.ItemDimensions.IsSetHeight C# (CSharp) Method

IsSetHeight() public method

Checks if Height property is set
public IsSetHeight ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetHeight()
        {
            return this.heightField != null;
        }