AGS.Types.RoomWalkableArea.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection
        public PropertyDescriptorCollection GetProperties()
        {
            PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(this, true);
            return properties;
        }

Same methods

RoomWalkableArea::GetProperties ( Attribute attributes ) : PropertyDescriptorCollection